BODY { 	background-color : #FFFFFF; font-family : "verdana", "Times New Roman", "Times", "serif"; margin : 5%;
	}

A:link  { color : Blue; }
A:active { color: Blue; }
A:visited { color : Blue; }
A.titlelink:link  { color : White; }
A.titlelink:active { color: White; }
A.titlelink:visited { color : White; }
A:hover { color : red; text-transform:uppercase; background: white; }

.menu {
	font-family:verdana, arial, sans-serif;
	color:#000;
	font-size:9px;
	font-weight:bold;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	line-height:14px;
	text-transform:uppercase;
	padding:2px;
	margin-top:10px;
	text-align:center;
	letter-spacing: .2em
	}

.small { font-size : xx-small; }

.big { font-size : 150%; }

.content { color : #000;
	font-size : x-small;
	border : 1px solid Black;
	padding : 10px;
	background : #D7D7D7;
	margin : 0px,0px,20px,20px;
	}

P { font-size : x-small;
}

.lc { color : #000;
	font-size : x-small;
	border : 1px solid Black;
	padding : 5px;
	background : #C0C0C0;
	margin-bottom : 10px;
	}

.title { color : #FFF;
        text-decoration : none;
        font-size : x-small;
	background : #808080;
	border-color : #000;
	padding: 5px;
	border : 1px solid Black;
	font-variant : small-caps;
	margin-bottom : 10px;
	}

.sp { color : #990000;
    text-decoration : none;
    font-size : x-small;
	background : #FFF;
	padding: 5px;
	border : 1px solid #990000;
	text-align : center;
	}

.spbar { color : #FFF;
    text-decoration : none;
    font-size : xx-small;
	background : #990000;
	padding: 3px;
	text-align : center;
	}

.foot {	font-family:verdana, arial, sans-serif;
	color:#000;
	font-size:9px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	line-height:14px;
	text-transform:uppercase;
	padding:2px;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	letter-spacing: .1em;
	}

.iconleft { float : left; padding : 5px; }
.iconright { float : right; padding : 5px; }
