BODY { 	background-color : #FFFFFF; 
	font-family : "verdana", "Times New Roman", "Times", "serif";  
	margin : 10%;
	}
		
A: { font-family : "verdana", "Times New Roman", "Times", "serif"; }
A:link { color : #990033; }
A:active { color: #CC0033; }
A:visited { color : #990033; }
A:hover { color: Red; }
	
A.titlelink:link  { color : #990000; }
A.titlelink:active { color: #990000; }
A.titlelink:visited { color : #990000; }

P { color : #000;  
	font-size : x-small;
	padding : .2px;
	}
	
.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 {	color : #800000; font-size : 150%; 	}

.side { background : url(images/chrectile.gif) repeat; border : 1px solid Black; }

.content { color : #000;  
	font-size : x-small;
	border : 1px solid #C0C0C0;
	padding : 10px;
	background : #FFF; margin : 2px;
	}
	
.ctitle { color : #000;
    	text-decoration : none;  
    	font-size : x-small; 	
	border : 1px solid Black;
	padding : 5px;
	font-variant : small-caps;	
	background-color : #FFFFCC;
	text-align : right;
	}
	
.cdate { color :  #CCCC99;
	font-size :xx-small;
	text-align : right;
	}
	
.sp { color : #990000;
    	text-decoration : none;  
    	font-size : xx-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;
	}
	
.iconleft { float : left; padding : 5px; }	
.iconright { float : right; padding : 5px; }		
