/* curphey.css  February 2010 */

body 
    {
     background-color: #666666 ;
     margin-left: 20%;
     margin-right: 20%;
}

p   {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #CCCCCC;
}

.logo
     {
     font-size: 1.5em;
     }

.ls
    {
    font-size: 75%;
    font-weight: 50%;
    color: #999999;
    position: absolute; left: 475px; top: 45px;
}
.heading
    {
    text-color: #FFFFFF;
    font-size: 1.0em;
}

.contents
     {
     font-size: 80%;    
}

.contact
     {
     font-size: 80%;
}

/* l i n k s */
a:link {	color: #FFFFFF;	text-decoration: none;}a:visited {	color: #999999;    text-decoration: none;a:hover {	color: #33FF00;	text-decoration: none}a:active {	color: #0099CC;	text-decoration: bold
}