H2 { font-variant: small-caps }

a:link { color: blue; text-decoration: none } /* take underlines off links*/
a:visited { text-decoration: none } /* take underlines off visited links*/
a:hover { color: red } /* make rollover color change for links (it is also possible to change other attributes such as face, size, etc)*/
a:active { text-decoration: none } /* take underlines off active links*/
a:link img { border: none; } /* trying to take the border off links images */
a:visited img { border: none; } /* trying to take the border off links images */
a:hover img { border: none; } /* trying to take the border off links images */ 
a:active img { border: none; } /* trying to take the border off links images */ 

body {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #660000;
	background-color: #FFFFFF;
	text-align: center;
}
table {
    margin: 0 auto;
}
p {
    text-align: right;
}		
h3 {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #660000;
}
div#main {text-align: right;
}
div#content {text-align: center;
}

