/* CSS Document */

.buttons {

	float:left; 
	width:100px; 
	padding-left:20px; 
	padding-top:20px;
	
}


.content {

	float:left; 
	width:600px; 
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

p {

	line-height:24px;

}

.left {
	float:left;
	margin-right:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.right {

	float:right;

}


h2 {

	margin-top:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999999;

}

h3 {

	margin-top:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:26px;

}


.section {

	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	
	
}


/*NAVIGATION*/
.link {font-family:Geneva, Arial, Helvetica, sans-serif; color:#666666; font-size:12px;}
.current {font-family:Geneva, Arial, Helvetica, sans-serif; color:#FF0000; font-size:12px;}
.buttons a:link{color:#666666; text-decoration: none;}
.buttons a:visited{text-decoration: none;}
.buttons a:hover {color:#333333; text-decoration: none;}


/*a:link{color:#666666; text-decoration: none;}
a:visited{color:#666666; text-decoration: none;}
a:hover {color:#333333; text-decoration: none;}*/

.blogSummary a:link{color:#666666; text-decoration: none;}
.blogSummary a:visited{color:#666666; text-decoration: none;}
.blogSummary a:hover {color:#333333; text-decoration: underline;}

.section a:link{color:#666666; text-decoration: none;}
.section a:visited{color:#666666; text-decoration: none;}
.section a:hover {color:#333333; text-decoration: underline;}