/* add class="mouseover" to the body tag */
.mouseover a: hover {text-decoration:none}

/* this is for the main text */
.body_text {font-family: times, serif; 
	color:#000000;
	font-size: 25px;
}

/* this is for text in the yellow navigation bar */
.navigation_text {font-family: times, serif;
	color: #666666;
	font-size: 14px;}

/* this is for resumes */
.resume_text {font-family: "Times New Roman", Times, serif;
	font-size: 17px;}

/* this is for links within the main body */
.body_link {font-family: times, serif;
	color: #666666;}

/* this is for regular text in the yellow navigation bar */
.navigation_text {font-family: times, serif;
	 font-size: 14px
	}

/* this is for the text in the top title bar*/
.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color:#000099;
	line-height: normal;
	text-align: center;


}
