@charset "UTF-8";
/* CSS Document */

body, html {
	background: url("images/bg.jpg") top center repeat-y #000;
	margin: 0 auto;
	padding: 0;
    }
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.boxheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color:#000000;
}
.menuhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
}
.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #EB4248;
	font-weight: bold;
}
	
.bodyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #EB4248;
}

 
a:link {
      font-family: "Verdana", "Arial", "Tahoma";
      color:#EB4248;
      font-weight:normal;
      font-size: 12px;
      text-decoration:none;
}
 
a:visited {
      font-family: "Verdana", "Arial", "Tahoma";
      color:#EB4248;
      font-weight:normal;
      font-size: 12px;
      text-decoration:none;
}
 
a:hover {
      color: #EB4248;
      font-family: "Verdana", "Arial", "Tahoma";
      text-decoration: underline;
      font-weight:normal;
      font-size: 12px;
}
/* Custom Link Style */
<style type="text/css">
a.idlers:a {
      font-family: "Verdana", "Arial", "Tahoma";
      color:#EB4248;
      font-weight:normal;
      font-size: 12px;
      text-decoration:none;
}
 
a.idlers:link {
      font-family: "Verdana", "Arial", "Tahoma";
      color:#EB4248;
      font-weight:normal;
      font-size: 12px;
      text-decoration:none;
}
 
a.idlers:visited {
      font-family: "Verdana", "Arial", "Tahoma";
      color:#EB4248;
      font-weight:normal;
      font-size: 12px;
      text-decoration:none;
}
 
a.idlers:hover {
      color: #EB4248;
      font-family: "Verdana", "Arial", "Tahoma";
      text-decoration: underline;
      font-weight:normal;
      font-size: 12px;
}
</style>