body
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	line-height:1.6em;
	max-width:;
	margin:20px 150px;
	background-color:#AC0339;
	/*
	background-image: url(images/construction.jpg);
	*/
	}

#colordiv
	{
	
	}
	
#allblog
	{
	margin:0 5%;
	background-color:#ffffff;
	padding:15px;
	}
	
#blogmid h1
	{
	font-size:410%;
	color:#FEF63D;
	text-align:center;
	}
	
h2
	{
	font-size:410%;
	color:#AC0339;
	text-align:center;
	}

#blogtop
/*the top of the blog with links*/
	{
	text-align:center;
	font-size:100%;
	}
	
#blogbot
/*the bottom of the blog with links*/
	{
	margin:65px 0 0 0;
	text-align:center;
	font-size:80%;
	}
		
em
	{
	font-style:italic;
	}
	
p.date
	{
	font-size:120%;
	}
	
.blogtitle
	{
	font-size:120%;
	color:green;
	}
	
.evenblog
	{
	background-color:#e6e6d1;
	}
	
img
	{
	margin:1% 18%;
	}
/**************************LINKS AREA******************************************/

a
	{
	padding:2.5px;
	text-decoration:none;
	}
	
#blogtop a
	{
	margin:2px 10px;
	}
	
.links a
	{
	margin:0;
	}
	
a:link
	/*color should be lighter gray*/
			{
			color:#c0c0c0;
			text-decoration: none;
			}
			
a:visited
	/*color should be black*/
			{
			color:#acacac;
			text-decoration: none;
			}

a:hover
	/*color should be cranberry type*/
			{
			background:#f88396;
			color:#AC0339;
			}
			
#top ul
	/*removes the default list formatting*/
			{
			margin:0; 
			padding:0; 
			list-style: none;
			text-decoration: none;
			}

#top li ul
	/*other links only appear when hovered*/
			{
			display: none;
			text-decoration: none;
			}
			
#top li:hover ul
	/*makes list appear when hovered*/
			{
			display:; 
			width:1.2em; 
			position:;
			text-decoration: none;
			}
