
/* This is the style sheet for the posts called upon by clicking on the "read more" link*/
/*______________________________________________________________________________________*/

body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
}	

					/* parameters for unvisited links */
a:link	{
	color:000000; 
	text-decoration:none; 
	font:bold; 
}

					/* parameters for links while mouse is hovering over link */
a:hover {
	color:red;
}

					/* parameters for visited links */
a:visited {
	color:000000; 
	text-decoration:none; 
	font:bold; 
}

a:hover {
	color:red;
}
					/*this section sets the text area to 520px by centering the area to "left:50%"
					and then setting a negative 260px margin to the left */	
div#all {
	position:absolute;
	left:50%;
	width:520px;
	margin-top:10px;
	margin-left:-260px;
	padding:10;
	min-height:600px;
	border:1px dashed silver;
	background-color:white;
}

#menu h1 {						 
	padding: 0px;				
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 17px;
	border-bottom: 1px solid silver;
}

#menu h2 {						 
	padding: 0px;				
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	border-bottom: 1px solid silver;
}