@charset "utf-8";

/*Body Content*/

.body {
	font-family: "Palatino Linotype", "Book Antiqua", "Georgia";
	font-size: 14px;

}

#body_brdr {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	height: 550px;
	width: 802px;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";
	color: #660099;	
}

.p {
	color: #000000;
	
}

.strong {
	font-weight: bold;
	color: #660099;
}


 	

/*Body Links*/

.a:link {
	color: #660099;
	text-decoration:none;
	font-size: 14px;

}


.a:visited {
	color: #9966FF;
	text-decoration: none;
	font-size: 14px;
	
}

.a:hover {
	color: #cccc66;
	text-decoration: underline;
	font-size: 14px;
	
}

.mail { 
color: #660099; 
text-decoration: none;  
} 

.mail:hover { 
color: #cccc66; 
text-decoration: underline; 
} 

/*Extras*/


.quote  {
	font-style:italic;
	font-weight:bold;
}

.img {  
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.img_links {
	border-style: none;
}

.table_border {
	border: solid 3px #000000;
	margin: 0px;
	padding: 0px;
		
}

.td { 
	border-color: #000000; 
	border-style: solid;
	border-width: medium;
	padding: 5px; 

}
