@charset "utf-8";
/* CSS Document */

/* Misc */
p
{
	margin: 0;
	padding: 0;
}

/* Titles */
#content h1
{
	color: #FF3300;
}
#content h2
{
	color: #FF3300;
}
#content h3
{
	color: #FF3300;
}
.important
{
	color: #FF3300;
	font-weight: bold;
}

/* Links */
#content a, #content a:link
{
	text-decoration: none;
	color: #FF3300;
	border-bottom: 1px dotted #222222;
}
#content a:hover, #content a:active
{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #FF3300;
}

/* no margin */
p, ul, li, h1, h2, h3
{
	margin-top: 0px;
	margin-bottom: 0px;
}
