/* CSS Document */

body {
background: #1b2103;
}

p {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	font-color: #c9c2b4;
	margin: 0.5em;
}

p.about {
font-family: helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #c9c2b4;
margin: 1em;
}

p.copyright {
font-family: helvetica, sans-serif;
font-size: 12px;
font-style: italic;
line-height: 15px;
color: #c9c2b4;
margin: 1em;
}

p.workshop {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 1em;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	font-family: helvetica;
	font-style: bold;
	line-height: 18px;
	color: #c9c2b4;
	margin: 1em;
}

h3 {
	color: #c9c2b4;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	}
	

p.title {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	}

 
a:link {
	color:#c9c2b4;
	font-family:helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	line-height:14px;
	text-decoration:none;
	
}
a:hover {
	color:#ffffff;
	font-family:helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	line-height:14px;
	text-decoration:none;
}

a:visited {
	color: #c9c2b4;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	line-height: 14px;
	text-decoration: none;
}


a.front:link {
	color: #c9c2b4;
	font-family: helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px
}
a.front:hover {
	color: #ffffff;
	font-family: helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px
}

a.front:visited {
	color: #c9c2b4;
	font-family: helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px
}

a.dark:link {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px
}
a.dark:hover {
	color: #ffffff;
	font-family: helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px
}

a.darkt:visited {
	color: #000000;
	font-family: helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px
}



.frame {
border-color: #000000;
border-width: 1px;
}
