
/* social design website resumes stylesheet */

A:link { color: #393; text-decoration: none; }
A:visited { color: #060; text-decoration: none; }
A:active { color: #f00; text-decoration: none; }

body { 
	font-size: 100%; 
	font-family: "Times New Roman", "Minion Web", Palatino, Garamond, "Adobe Garamond", serif; 
	color: #000; 
	background: #fff; }

td.header { 
	color: #063; 
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; }

div.header { 
	width: 564px; 
	margin: 16px 8px 16px 8px; 
	border: 2px solid #063; 
	border-right-width: 0px; border-left-width: 0px; 
	padding: 8px 0px 8px 0px; 
	background-color: #fff; 
	font-size: 110%; 
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; }

h2 { 
	color: #063; 
	text-align: right; 
	font-weight: bold; 
	font-size: 100%; 
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; }

hr { 
	margin: 16px 0px 0px 0px; 
	color: #063; 
	height: 1px; }

hr.light { 
	margin: 8px 0px 0px 0px; 
	color: #ccc; 
	background-color: #ccc; 
	height: 1px; }

p, li, td {
	line-height: 1.2; }

ul {
	margin-top: -1ex; 
	list-style-type: circle; }

li {
	margin: 0px 0px 0.75ex 0px; }

