   /** * style.css * This is the stylesheet for the room. */
 
  div#main {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0;
	align: left;	vertical-align: top;
	padding: 0px;
	/* border: 1px solid #72828b; */
	margin: 0px;
	width: 758px !important;
	width: 760x;
	/*height: 500px!important;
	//height: 90px;*/
	
}


  div#picture {
	position: relative;
	width: 100%;
	top: 90px;
    font-family: times new roman;    font-size: 10pt; 
    color: #cccccc ;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 7;
}

  div#heading {
	position: absolute;
	width: 300px;
	top: 335px;
	left: 80px;
    font-family: times new roman;    font-size: 10pt; 
    color: #999999 ;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 11;
}


  div#justtext {
	position: absolute;
    left: 200px;
	top: 443px;
	width: 500px;
	text-align: left;
	line-height:  80%;
	
    font-family: times new roman;    font-size: 15pt; 
    color: #515151;    background-color: transparent;
	
}
 


h1{
font-family: times new roman;    font-size: 13pt; 
    color: #ffffff ;
	text-align: center;
	line-height:  10%;

}

h2{

font-family: times new roman;
font-size: 9pt; 
color: #999999;
text-align: left;
line-height:  10%;
right: 15px;
}

h3{

font-family: times new roman;
font-size: 8pt; 
color: #999999;
text-align: left;
line-height:  10%;

}

h4{

font-family: times new roman;
font-size: 7pt; 
color: #ffffff;
text-align: left;
line-height:  100%;

}

b{
font-family: times new roman;
font-size: 7pt; 
color: #333333;
text-align: center;
}

body{

background-color: #000000;
padding: 0px;
margin: 0px;

}


 a{font-family: times new roman;    font-size: 14pt; 
    color: #ffffff;
	text-align: left;
        }    a.link:link     {               text-decoration: none;        color: #cccccc;        background-color: transparent;    }    a.link:visited  {         text-decoration: none;        color: #cccccc;        background-color: transparent;    }    a.link:active   {         text-decoration: none;        color: #333333;        background-color: transparent;    }    a.link:hover    {         text-decoration: none;         color: #666666;        background-color: transparent;    }
    
a.linkSmall:link     { 

    
       font-family: times new roman;    font-size: 7pt; 
    color: #666666 ;              text-decoration: none;               background-color: transparent;    }    a.linkSmall:visited  { 
           text-decoration: none;        color: #ffffff;        background-color: transparent;    }    a.linkSmall:active   { 
 
 
            text-decoration: none;        color: #999999;        background-color: transparent;    }    a.linkSmall:hover    { 
   
  
            text-decoration: none;         color: #FFFFFF;        background-color: transparent;    }






