<!--
/* --------------- blocks --------------*/
#divBgColor {
 overflow: visible;
 background-color: #990000;
 position: relative;
 top: 0px;
 left: 60px;
 width: 534px;
 z-index: 10;
 margin-bottom: 150px;
}

/* --------------- html elements --------------*/

body, td, a:link a:active, a:visited, a:hover {
 font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
 font-size: small; text-decoration: none;
}

img {
 border: 0;
 margin: 0;
}

body {
 background-color: #FFFFFF;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}
 
p {
 margin-left: 35px;
 margin-top: 30px;
 margin-right: 20px;
 margin-bottom: 0px;
}

a:link 	  {color: white; text-decoration: underline;}
a:active {color: white;}
a:visited {color: white; text-decoration: underline;}
a:hover {color: white; text-decoration: underline;}

/* --------------- others --------------*/

.h1 {
 font-size: 200%;
 line-height: 4em;
 font-weight: regular;
}

.h2 {
 font-weight: bold;
}
 

-->