@charset "UTF-8";
body 
{
	font-size: 26px;	
	font-family:"Arial"
	font-weight: bold;
}

a:link
{
	color : #DE4A2C;
	text-decoration : none;
        
}

a:visited
{
	color : #DE4A2C;
	text-decoration : none;
        
}

a:hover
{
	color : #F45A3B;
	text-decoration : none;
}
