body {
	background-color: #333;
}

/* This is the font for the menu on top of the main website */
.top_menu {
 font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #efefef;
 font-weight: bold;
}

/* This is the font for the standard text in the main website */
.font_main {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #000000;
}

/* This is the font for the large header sized text in the main website */
.font_head_1 {
 font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #000000;
 font-weight: bold;
}

/* This is the font for the links in footer of the main website */
.link_style_01{
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-decoration:none;
 color:#FFFFFF;
}	

.link_style_01 a {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-decoration:none;
 color:#FFFFFF;
}	
.link_style_01 a:hover {
 text-decoration:underline;
}
