/* base.css - Definitions for main layout objects */
/* so far: everything that resides in template "layout" */

* {
	margin:  0px;
	padding: 0px;
	font-family: Verdana, Arial, DejaVu Sans, sans-serif;
	font-size: 11px;
}

body {
	text-align: center; /* IE6 hack for border:auto in div#all, see layout.css */
	background-color: #FFFCF5;
}

html {
	padding-bottom:40px;
}

table {
	border-collapse: collapse;
}

p, .staff_edited *{
	line-height: 160%;
}

a {
	color: #600;
	text-decoration:none;
}

a:hover {
	color: #c60;
}

a img {
	border:none;
}

/*a {text-decoration:none}*/
/*a:hover {text-decoration:none}*/

