body { 
background-color: #FFCCFF; 
font-family: "TwCen","Century Gothic",Helvetica, Arial, Verdana, sans-serif; 
font-size: 12px; 
color: DARKBLUE;
text-align: center;
}

a:link {color:SILVER;}
a:visited {color:#696969;}
/*Dim Gray...to a standard set by nerds, obviously*/
a:hover {color:YELLOW;}
a:active {color:WHITE;}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.smallcaps {font-variant: small-caps;}

h1 {
color:MAROON
font-size:24px;
}

h2 {
color:SILVER;
font-size:16px;
}