/* CSS Level 2.1  */
/* File ver 1.35 */

html {
background-image: url(images/background.jpg);
background-attachment: fixed;	
}

body
{
margin: 5%;
scrollbar-face-color: #BE000A;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;
}

#content {}

div.center {text-align: center;}
div.right {text-align: right;}

p {font-family: Times New Roman; color: #ffffff; font-size: 16px;}
p.letter {font-family: Times New Roman; color: #cbcbcb; font-size: 16px;}

img {margin:5px; border-style: solid; border-color: #111111; border-width: 1px;}
img.right {
	float: right;
}
img.left {
	float: left;
}

img.nb {border-width: 0px;}

h1 {font-family: Verdana, "Times New Roman"; color: #ffffff; font-size: 20px;}
h2 {font-family: Verdana, "Times New Roman"; color: #ffffff; font-size: 16px;}


ul {font-family: Times New Roman; color: #cbcbcb; font-size: 16px;}
li {list-style-type: square; font-family: Times New Roman; color: #cbcbcb; font-size: 16px; margin: 5px;}

table {margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px;}
table.team {width: 85%; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px;}
td.center {text-align: center;}

hr {color: #eeeeee;}
