/* ******************** 
Author: Daniel Stehle
File  : print.css
E-Mail: dani@glecklesbender.de
Date  : MRC-25-2012
************************ */

body {
	background-color:#fff; 
	color:#000; 
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	height:100%; 
	text-align:left;
}

ul.actions {
	margin: 0;
	padding: 0;
    list-style: none;
    float: left;
}
ul.actions li {
    float: left;
}

div.content-links {
height: 10px;
}

a, a:link, a:visited, a:hover, a:active  {
	color: #376e41;	
}
