/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

body {
	background: #000 url(http://www.candidography.com/headertile.jpg) repeat-x;
	color: #bbb;
	font-family: Verdana, Geneva, Lucida, "Lucida Grande", Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;

}
a {
	color: #bbb;
}
a:hover {
	color: #eee;
}
table {
	font-family: Verdana, Geneva, Lucida, "Lucida Grande", Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}
.tborder {
	background: #bbb;
}
.vedit th {
	background: #333;
	border: 1px solid #000;
}
.vedit td {
	background: #000;
	border: 1px solid #333;
}
