/* --- DEFAULT ---*/

body {
	background-color : white;
	
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	
	scrollbar-3dlight-color : Red;
	scrollbar-arrow-color : Red;
	scrollbar-base-color : Red;
	scrollbar-darkshadow-color : white;
	scrollbar-face-color : white;
	scrollbar-highlight-color :white;
	scrollbar-shadow-color :  Red;
	scrollbar-track-color : white;
}

body, table, tr, th, td, div, span, p, li, pre, em, ul {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color : Black;
	font-size : 13px;
}

a, a:link, a:visited, a:active, a:hover, a:focus  {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active {
	font-size : 13px;
	color : blue;
	text-decoration : underline;
}

a:hover, a:focus {
 	font-size : 13px;
	color : black;
	text-decoration : underline;
}


input {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
}

textarea {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
}

select {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
}

.head {
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
}

.title {
	font-size: 15px;
	color: #000000;
	font-weight: 500;
}

.subtitle {
	font-size: 13px;
	color: #000000;
	font-weight: 600;
}

.small {
	font-size: 10px;
	color: #ffffff;
	font-weight: 400;
}

/* --- END DEFAULT ---*/

/*--- A-TEXTLINKS --*/

.navigation, .navigation:link, .navigation:visited {
	font-size: 13px;
	font-weight: 900;
	color: white;
	text-decoration : none;
}

.navigation:active, .navigation:hover { 
	font-size: 13px;
	font-weight: 900;
	color: yellow;
    text-decoration : underline;
}
