/* Susan Chin: Portfolio CSS */

body {
	font-size:11px;
	font-family: Verdana, Arial, Sans-Serif;
	}
p {	line-height: 1.5em;
	margin-left: 15px;
	color: #B9AFD9;
	}
b {
	font-weight:bold;
	color: #E6E2F2;
}
em {
	color: #DFBEE0;
}
#blurb {
	line-height: 1.7em;
	color: #C5ABE1;
	}
#container { border: 10px solid #1B1B1B }
a:link {
	color: #BF93C8;
	text-decoration: none;
	font-weight:bold;
	}
a:visited {
	color: #BF93C8;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	color: #F5D0F3;
	text-decoration: none;
	font-weight:bold;
	}
	
ol, ul { line-height: 1.5em; 
	margin-bottom: 30px;
	}

li {
	list-style-image: url(graphics/bullet.gif) ;
	color: #B9AFD9;
	}
.subpoint {
	list-style-image: url(graphics/arrow.gif) ;
	margin-left: 20px;
	margin-top: 7px;
	}
.subpoint2 {
	list-style-image: url(graphics/arrow.gif) ;
	margin-left: 20px;
	margin-bottom: 5px;
	}

tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B9AFD9;
	font-size:11px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #A2ACE7; 
}
h1 {
	font-size: 20px;
	margin-bottom: 5px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9E81BB;
	font-size:18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h5 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
}
div.dr {
	display: block;
	width: 100%;
	height: 4px;
	background: url(graphics/divider.gif); 
}
div.dr hr {
	display: none;
}

