@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------*/
/*                                    Scroll                                  */
/*-----------------------------------------------------------------------------*/

body {
	font-size: 75%; 
	margin-left: 0em;
	margin-right: 0em; 
	font-family: arial, tahoma, verdana, sans-serif; 
}

/*-----------------------------------------------------------------------------*/
/*                                    Text                                     */
/*-----------------------------------------------------------------------------*/

.heading {
	font-size: 80%; 
	color: rgb(237,28,36);
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	text-align:left;
	font-size:12px;
}

.menu {
	color: rgb(0,140,205);
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	text-align:left;
	font-size:12px;
}

/*-----------------------------------------------------------------------------*/
/*                                    Link                                     */
/*-----------------------------------------------------------------------------*/


A:link {
	text-decoration: none;
	color: rgb(0,140,205);
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	font-size:12px;
}

A:visited {
	text-decoration: none;
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	font-size:12px;
}

A:active {
	text-decoration: none;
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	font-size:12px;
}

A:hover {
	text-decoration: underline; 
	color: red;
	font-weight:bold;
	font-family:Arial, "Century Gothic", Tahoma, verdana, sans-serif;
	font-size:12px;
}
