@charset "ISO-8859-1";

body {
	background-color:#000000;
       background-image:url(http://img201.imageshack.us/img201/8903/myspaceback01ow9.jpg); 
       background-repeat:no-repeat;
       background-attachment:fixed;
       background-position:center;
     
      }

h1 { 
     font-size:9pt;
     color:#32527A;
     font-style:normal;
     font-family:Verdana;
     font-weight:bold;
     text-align:center;
    }

p { 
	font-size:8pt;
	color:#999999;
	font-family:Verdana;
	font-style:normal;
	font-weight:normal;
	text-decoration: none;
}

   
   
a:link { text-decoration:none; color:#999999; }
a:visited { text-decoration:none;  color:#999999; }
a:hover { text-decoration:none; color:#32527A; }
a:active { text-decoration:none;  color:#32527A; }
a:focus { text-decoration:none; color:#999999; }

