/* 
Copyright (c) 2009, thecollectedworks.net. All rights reserved.
*/

/* [defaults] */

body {
	background-color: #000000;
	margin-left: 20px;
	margin-right: 30px;
	font-family: Courier New, Courier, mono;
	color: #FFFFFF;
}

/* [links] */

a, a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* [copy] */

.style16 {font-size: 9px}
.style21 {font-size: 24px; font-weight: bold; }
.style22 {
	font-size: 16px;
	font-weight: bold;
}
.style23 {font-size: 18px}
.style24 {color: #CCCCCC;
	font-weight: bold;
}
.style25 {
	color: #FFFFFF;
	font-weight: bold;
}
.style26 {
	font-size: 18px;
	font-weight: bold;
}
.style27 {	color: #FFFFFF;
	font-weight: bold;
}
.style28 {
	font-size: 36px;
	font-weight: bold;
}
.style30 {
	color: #FFFFFF;
	font-size: 18px;
}

/* [nav] */

p#nav {
	margin: 50px 0; padding: 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
	p#nav a {
		color: #fff;
	}