body, h1, h2, h3, h4, h5, h6, p, ol, ul, div {padding:0; margin:0;}
body {background:#c6eff7}
 
#wrapper {width: 800px;
    margin: 0px;
	padding: 10px;
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;}

H1 {text-align:center;
	font-family:Helvetica;
	font-size:36pt;
	color:blue;}

H2 {text-align:center;
	font-family:Helvetica;
	font-size:30pt;
	color: blue;}

H3 {text-align:center;
	font-family:Helvetica;
	font-size:24pt;
	color: blue;}

H4 {text-align:center;
	font-family:Helvetica;
	font-size:18pt;
	color: black;}

H5 {text-align:center;
	font-family:Times;
	font-size:18pt;
	color:black;}


P {background:transparent;
  margin-top:5px;
	font-family:Times;
	font-size:12pt;
	color:black;}

P.large {background:transparent;
  margin-top:10px;
	font-family:Times;
	font-size:14pt;
	color:black;
	text-align:center;}

A {color:blue; text-decoration: none;}

A:hover {color:#31b5d6;}

A:active {color: red;}

.links{	background-color:yellow;
	border:4px solid #0000ff;
  margin:30px}
	
  .cell {width:20%;
  background:#ADDE63;
  text-align:center;
  font-size:14pt;
  font-weight: bold;
  padding:8px;}
 
A.button {background: #ADDE63; display:block;
  width:120;
  color:blue;
  text-align:center;
  font-weight: bold;
  padding:4; margin-bottom:3;
  border-width;4;
  border-style:solid;
  border-top-color:#F7BDDE;
  border-right-color:#CE007B;
  border-left-color:#DE5AAD;
  border-bottom-color:#840052}
  
A.button:hover{background:blue; display:block;
  width:120;
  color:#ADDE63;
  text-align:center;
  font-weight: bold;
  padding:4; margin-bottom:3;
  border-width;4;
  border-style:solid;
  border-top-color:#F7BDDE;
  border-right-color:#CE007B;
  border-left-color:#DE5AAD;
  border-bottom-color:#840052}
  
A.button:active{background:navy; display:block;
  width:120;
  color:#ADDE63;
  text-align:center;
  font-weight: bold;
  padding:4; margin-bottom:3;
  border-width;4;
  border-style:solid;
  border-top-color:#840052;
  border-right-color:#840052;
  border-left-color:#840052;
  border-bottom-color:#840052}

 #big {font-size:14pt}
 