/* CSS Document */


	A 		{ color: #999966; text-decoration: none; font-weight:bold; } 
	A:link		{ color: #FFFFFF; text-decoration: none; } 
	A:visited	{ color: #ffffff; text-decoration: none; } 
	A:active	{ color: #ffffff;  } 
	A:hover		{ color: #ffcc00;  }
	
.weblog_title	  { color: #800000; font-size: 16px; font-family: Verdana, Arial; font-weight: bold }
		
a.weblog_title:link {color: white; }
a.weblog_title:visited {color: white; }
a.weblog_title:hover {color: white; }
a.weblog_title:active {color: white; }	
	
.text	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #28262C;
		line-height:18px;
		text-align:justify; 
		}

a.text:link  { color: 800000 }
a.text:visited  { color: #800000 }
a.text:hover {color: #ffd201; }
a.text:active {color: ; #8b204b }


.text2	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #ffffff;
		line-height:18px;
		text-align:justify;
		font-weight:bold;
		}

		
.title	  { color: #000000; font-size: 12px; font-family: Verdana, Arial; font-weight: bold }
		
.menu	{ 
		font-family: verdana, arial;
		font-size:10px; 
		color: #ffffff;
		line-height:10px;
		}		
				
.comments_title	{ 
		font-family: georgia, times, verdana; 
		font-size:12px;
		font-weight:bold; 
		color: #664433;
		text-transform:uppercase; 
		}
		
/* error text */		
		
.good	{ 
		font-family: verdana, arial;
		font-size:10px; 
		color: #99CC33;
		line-height:18px;
		text-align:justify; 
		}		
		
.bad 	{ 
		font-family: verdana, arial;
		font-size:10px; 
		color: #CC0000;
		line-height:18px;
		text-align:justify; 
		}	
}			