/*   
Theme Name: Lily
Theme URI: http://www.fuckwordpress.com
Description: Descr.
Author: quantum-x
Author URI: http://www.fuckwordpress.com
Version: Foo.
.
None.
.
*/

a:link, a:visited, a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #FFFFFF;
}

body,td,th {
	font-size: 12px;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Georgia, Times New Roman, Times, serif;
}
body {
	background-color: #bdc5ff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('bg.gif');
	background-position: center top;
	background-repeat: repeat-y;
}

.imgBorder {
	border: 1px solid black;
}
h2 {
	color: #ffffff;
	border-bottom: 1px dashed white;
	padding:0;
	margin:0;
	font-size: 12px;
}
h3 {
	display: inline;
	margin: 0;
	padding: 0;
}