/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

p {font-size: 14px}

h2 {
font-size : 18px;
border-bottom : 1px dashed #333;
padding-bottom : 14px;
padding-right : 20px;
font-weight: lighter;
}

h1 {
font-size : 18px;
border-bottom : 1px dashed #333;
border-left : 1px dashed #333;
padding-top : 32px;
padding-bottom : 32px;
padding-left : 20px;
font-weight: lighter;
}

a:link {
	text-decoration: none;
	color: #C67171;
} 

a:visited {
	text-decoration: none;
	color: #999;
}



