html {
margin : 0; 
padding : 0; 
}
a#viewcss{color: #0F0000;font-weight: bold}
body {
font-family : arial, sans-serif; 
font-size : 76%; 
text-align : center; 
background-color : #00FFFF; 
} 
div#container {
width : 760px; 
margin : 0 auto; 
text-align : left; 
border-left : 2px solid #36c; 
border-right : 2px solid #36c; 
} 
div#header {
background-color : #36c; 
color : #ff0; 
} 
h1, h2 {
margin : 0; 
padding : 0; 
} 
h1 {
padding-left : 0.5em; 
font : bold 1.2em/80px arial, serif; 
} 
h2 {
color : #999; 
font-size : 1.0em; 
} 
div#footer {
text-align : center; 
padding : 0.1em; 
background-color : #4b96c8; 
color : #ffffff; 
font-family : Tahoma; 
} 
div#footer a {
color : #fff; 
font-weight : bold; 
text-decoration : underline; 
} 
div#navigation {
background-color : #9cf; 
} 
div#content {
padding : 1.0em; 
font-family : Tahoma; 
font-size : 1.0em;
color : #002d2d; 
background-color : #f0ffff; 
} 
div#navigation ul {
margin : 0; 
padding : 0; 
list-style-type : none; 
} 
div#navigation li {
display : inline; 
margin : 0 0 0 1em; 
padding : 0; 
} 
div#navigation a {
color : #336699; 
text-decoration : none; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
line-height : 2.5em; 
font-size : 0.815em; 
font-family : arial, sans-serif; 
} 
div#navigation a:hover {
color : #fff; 
text-decoration : underline; 
} 
div#navigation a#activelink {
color : #033; 
text-decoration : none; 
} 
a#viewcss {
color : #00f; 
font-weight : bold; 
} 
a#viewcss {
color : #0f0000; 
font-weight : bold; 
}