/* backgrounds - - - - - - - - */

BODY{
	scrollbar-face-color:#690000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#690000;
	background : #FFD5D5;
	margin-left : 0;
	margin-top : 0;
}

/* Links - - - - - - */
a {
text-decoration: none; 
color: #EC0202;
font-family: Verdana;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
}
a:active { color: #48486c}
a:visited { color: #d20202}
a:hover { text-decoration: none; color: #000000}

.text{
	font-family : Verdana;
	font-size : 10pt;
	padding: 3pt;
	text-align : justify;
}

.marque{
	font-family : Verdana;
	font-size : 8pt;
	padding: 2pt;
	font-weight : bold;
	color: #FFD5D5;
}

hr{
	color: #EC0202;
}

h1{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11pt;
	color: #EC0202;
	font-variant : small-caps;
}

.picture{
	padding: 3pt;
	text-align : center;
	background-color : #FFFFFF;
}

.picturetext{
	font-family : Verdana;
	font-weight: bold;
	font-size : 8pt;
	padding: 3pt;
	text-align : center;
	background-color : #FFFFFF
}

.linkstable{
	padding : 4pt;
	font-family : Verdana;
	font-size : 9pt;
	text-align : justify;
	border : thin solid #EC0202;
}