/* curphey.css  May 2011 */

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

p   {	font-family: "Lucinda Sans Unicode","Lucinda Grande", Arial, Helvetica, sans-serif;	color: #CCCCCC;
	font-weight:normal;
}

.logo
     {
     font-size: 1.5em;
     }

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

}

.contents
     {
     font-family:Comic Sans,Lucinda Sans Unicode, Lucinda Grande, Arial, Helvetica;
     font-size: 80%;
     font-weight:normal;
     margin-left:10%
}

.contact
     {
     font-size: 80%;
}

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