BODY, h1, h2, h3, h4, h5, h6, p, ol, ul, div {padding:0; margin:0;}
BODY {background: #ffffaa}
 
#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;
    margin-bottom:10;
	font-family:Helvetica;
	font-size:36pt;
	color:blue;}

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

H3 {text-align: center;
    margin-top:30;
    margin-bottom:10;
	font-family: Helvetica;
	font-size: 24pt;
	color: blue;}

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

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

H6 {text-align:left;
    margin-top:20;
    margin-left:20;
    margin-bottom:8;
    font-family: Arial;
    font-size: 16pt;
    color:black;}

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

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

#left  {float:left; border:2px solid blue;
    margin:10px}

#right {float:right; border:2px solid blue;
    margin:10px}

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

A:hover {color: #31b5d6;}

A:active {color: red;}
