 BODY { 
         background-color: rgb(30,30,30);
         scrollbar-base-color:#CFDBE2;
         LEFTMARGIN: 0;
         TOPMARGIN: 0;
         MARGINWIDTH: 0;
         MARGINHEIGHT: 0
	 }
		 
A:link {
	color: #003399;
	text-decoration: none;
	border : Black;
	}	
A:visited {
	color: #003399;
	text-decoration: none;
	border : Black;
	  }

A:active {
	color: #003399;
	text-decoration: none;
	border : Black;
	 }
	   
A:hover {
	color: #003399;
	text-decoration: underline;
	}

P {
	color: white;
	padding-top: 4px;
	font-family: Verdana ,Arial CE, Helvetica CE, Arial, Helvetica;
  }
H2 {
	color: rgb(0,128,255);
	padding-top: 14px;
	font-family: Verdana ,Arial CE, Helvetica CE, Arial, Helvetica;
  }

.personalsite{
  width:701px;
  height:405px;
  background-image:URL('personalsite.png');   
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-color:#000000
  }

