/* CSS Document */

body, td, p { 
		font-family:Arial, Verdana, Helvetica, sans-serif;
		font-size:12px;
		
 }
 
a {
		color: #333;
		text-decoration: none;
}

.main
         {
            width: 100%;
            height: 75%;
            border: 0;
         }

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color:#333;
}

.navigation {
	color: #000;
	text-decoration: none;
}

.footer {
	color: #999;
}

.updated {
	font-size: 10px;
	color: #333;
}