/* restos.css - copyright by restos.de team, trier, germany */

BODY {
	margin-bottom : 0;
	margin-left : 7;
	margin-right : 0;
	margin-top : 0;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}


TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCDD;
	font-size : 11px;
}

H1 {
	color: #FF9900;
	font-size : 18px;
}

H2 {
	font-size : 16px;
	color: #FF9900;
}

H3 {
	font-size : 14px;
	color: #FF9900;
}

H4 {
	font-size : 12px;
	color: #FF9900;
}

p,ul,ol,li,div,td,th,address,nobr,b,i {
			font-size: 11px; 
}

pre {
		font-family:Courier New,Courier; 
		font-size: 11px;
		color:#CCCCDD; 
}

.blue {
		color:#0000CC
}

.orange {
		color:#FF9900
}

.black {
		color:#000000
}

.white {
		color:#CCCCDD
}

a:link {
			color:#FF9900; text-decoration:underline; 
}
		
a:visited {
			color:#FF9900; 
			text-decoration:underline; 
}
a:active {
 			color:#CCCCDD; 
 			text-decoration:none; 
}

A:hover {
	color: #CC6600; 
	text-decoration:underline;
}
