/* be aware of the many default settings for unset styles */
body
{
	margin: 0px; /* will only set the right edge if GridLayout */
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: whitesmoke;
}

A
{
	text-decoration: none;
}
A:link
{
	color: black;
}

A:visited
{
	color: #979797;
}
A:active
{	
	color: #979797;
}
.warn
{
	font-size: 14px;
}
.searchResult
{
	font-size: 12px;
}
.searchTitle
{
	font-size: 12px;
}
.blogTitle
{
	font-size: 12px;
	color: blue;
}
.searchBody
{
	font-size: 11px;
}
.blogBody
{
	font-size: 11px;
}
.searchDate
{
	font-size: 10px;
	color: Black;
}
.blogDate
{
	color: white;
	font-size: 10px;
}
.footer
{
	font-size: 10px;
}
.menu
{
	font-size: 14px;
}
.welcome
{
	font-size: 12px;
}
.monthPick
{
	font-size: 14px;
	color:red; 
}
.links
{
	color: black;
	font-size: 14px;
}
A:hover
{		
	color: white;
	text-decoration: underline;	
}