
body {

	background-color: #ffffff;
		
}

A    {
	
	color: grey;
	text-decoration: none;
}

A:hover	{

	color: orange;
	text-decoration: none;
	
}

A.browse {

	color: black;
	text-decoration: none;
	
	}
	
A.browse:hover {

	color: white;
	text-decoration: underline;
	
	}



h1	{
	
	font-family: Calibri, Century Gothic;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

p	{

	font-family: Calibri, Century Gothic;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

p.content	{

	font-family: Calibri, Century Gothic;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

p.comment  {

	font-family: Calibri, Century Gothic;
	font-size: 11px;
	font-style:italic;
	color: #666666;
	font-weight: normal;
}

.content	{

	font-family: Calibri, Arial, Tahoma, Century Gothic;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.title	{
	
	font-family: Calibri, Arial, Tahoma, Century Gothic;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.browse	{
	
	font-family: Calibri, Arial, Tahoma, Century Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

