<!-- This keeps style sheet info from displaying in non-css browsers

/* Link Styles */

a:link {color:#0066CC;}
a:visited {color:#993366; text-decoration: none;}
a:hover {color:#993366; text-decoration:underline; position:relative; top:1.5px; left:1.5px; font-weight:700;}

/* Text Styles */

h1 {text-align: center; font:200% bolder times;}
h2 {text-align: center; font:150% bolder times;}
h3 {text-align: center; font:125% bold times;}
.main {font:100% bold times;}
.second {font:100% bolder times;}
.quotes {font:115% bolder times; text-align:center;}
.quotespage {font:130% bolder times;}

/* Float categories for pictures and stuff */

.left {float:left; margin:5px 30px 5px 5px; border: 1px solid black;}
.right {float:right; margin:5px 5px 5px 30px; border: 1px solid black;}
.basicpic {border: 1px solid black;}
.blackpic {border: 1px solid red;}

.clearit {clear:both;}

-->