/* Chris Khayman Lee Style Sheet */

body, p, td { 
	font-family: arial; 
	font-size: 11px; 
	color: #000000; 
	text-align: justify;
	}
   
a:link, a:visited, a:active, a:hover { 
   color: #5F496B; 
   text-decoration: none; 
   font-weight: normal; 
   }
   
h1 {
	font-family: arial;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: right;
	}
	
h2 {
	font-family: arial;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	}

.title {
	font-family: verdana;
	font-size: 9px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	}

.small { 
	font-family: arial; 
	font-size: 11px; 
	color: #000000; 
	text-align: center; 
	}
	
.sites {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	}
   
#sidebar {
	padding: 1px 10px 0px 10px;
	margin-left: 25px;
    background-color: #D2C2CE;
    }
	
#content {
	padding: 0px 5px 1px 10px;
	}
