@import url("/CSS/a_tag_effects.css");
@import url("/CSS/stiler.css");


/*  stiler */
body {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}

table {
	text-align: left;
	vertical-align: bottom;
	float: left;
	width: 980px;
}


p	{
	color:#999999;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h1	{
	font-size: 24px;
	color: #daa520;
}

h2	{
	font-size: 18px;
	color: #999999;
}

h3	{
	font-size: 14px;
	color: #999999;
}

h4	{
	font-size: 12px;
	color: #CCCCCC;
}

td	{
	vertical-align:bottom
}

/* class */	



/* id */
#headtitle	{
	line-height: 2em;
}
#headtitle p{
	font-size: 24px;
	color: #daa520;
}

#fellesLinker	{
	line-height: 1.5em;
}
	
#container	{
	margin-left:auto;
	margin-right:auto;
	width: 980px;
}

