@charset "utf-8";

/* Tallegg*/

@import url(layout.css);
@import url(typo.css);


body 
	{
	margin: 0px;
	padding: 0px;
	font: 11px/1.6em Verdana, Helvetica, sans-serif;
	color: #A50D12;
	width: 100%;
	height: 100%; 
	background-color: #FFF;
	background-image:url(../images/ulem-bg.gif);
	background-repeat:no-repeat;
	}

a, a:link
	{
	text-decoration: none;
	color: #A50D12;
	}
	
a:hover
	{
	color: red;
	}

a.active
	{
	color: red;
	}


