@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
	background-image: url(images/dubli-bg.png);
	background-repeat: repeat-x;
	background-color: #99B7D5;
	margin: 1px;
	padding: 1px;
}
.maintable {
	background-color: #FFF;
}
a, a:visited {
	color:#06F
}
a:hover {
	color:#900
}
h1 {
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	padding-right: 15px;
	padding-left: 15px;
}
.largetext {
	font-size: 1.2em;
}
.dublibluetext {
	color: #0000FF;
	font-size: 1.2em;
}
.dubliredtext {
	color: #F00;
	font-size: 1.2em;
}
.bluetext {
	color: #0000FF;
}
.redtext {
	color: #F00;
}
.signup {
	color: #FFF;
	background-color: #900;
	text-align: center;
	padding: 10px;
	width: 400px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 5px solid #333;
}
.signup a, a:visited {
	color:#FFF;
}
.signup a:hover {
	color:#FC0 !important;
}


