
/*Standard-CSS für http://www.boredomsucks.de */

/* Wichtige Farben 

Weiß		= #ffffff
Schwarz		= #000000
Rot		= #FF3333
Grau bg		= #333333




*/

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {

	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

html, body {

	background: #000000;
	font-size: 100%;
	}

a:link 	{
	color: #333333;
	text-decoration: none;
	}

a:visited {
	color: #333333;
	text-decoration: none;
	}

a:hover {
	color: #FF3333;
	text-decoration: none;
	}

a:active {
	color: #FF3333;
	text-decoration: underline;
	}

a:img 	{
	border: 1px solid: #ffffff ;
	}

strong 	{
	color: #FF3333;
	text-decoration: none;
	}

.c	{
	clear: both;
	}

center 	{
	text-align= center;
	}

img 	{
	border= 0;
	}

.right 	{
	text-align: right;
	}

.top 	{
	vertical-top: top;
	}

h1 	{
	font-size: 1.0em;
	color: #000000;
	margin: 10px 0px 10px 0px;
	border-bottom: 0px;
	bottom: left;
	}

h2 	{
	font-size: 0.8em;
	color: #000000;
	margin: 10px 0px 10px 0px;
	border-bottom: 0px;
	bottom: left;
	}

h3 	{
	font-size: 0.8em;
	color: #000000;
	margin: 10px 0px 10px 0px;
	border-bottom: 0px;
	bottom: left;
	}

p, li, ul
	{
	font-size: 0.5em;
	line-height: 1.3em;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	}

m	{
	font-size: 0.6em;
	line-height: 1.0em;
	color: #000000;
	margin: 10px 0px 10px 0px;
	}


