a:link {color:#0033FF;}   /* unvisited link */
a:visited {color:#0033FF;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#FF00FF;}  /* selected link */

a {
	text-decoration:none;
	font-family: 'ubunturegular';
	font-size: 16px;
}


body {
	background-color:#585858;
	background-repeat: repeat;
	background-image: url(body-bg.jpg);
}


h1.main-title {
	color:white;
	text-align: center;
	font-family: 'ubunturegular';
	font-size: 36px;
	margin-bottom:0px;
}


h2.main-subtitle {
	color:white;
	text-align: center;
	font-family: 'ubunturegular';
	font-size: 16px;
	margin-top:0px;
	color:#D8D8D8;
}


p {
	font-family: 'ubunturegular';
	font-size: 16px;
}

a.navigation {
	font-size:16px;
}

p.version-text {
	font-size:12px;
	margin:0px;
}


table {
	border-collapse:collapse;
	background-color:#FFFFFF;
}


td {
	font-size: 14px;
}


@font-face {
	font-family: 'ubunturegular';
    src: url('ubuntu-webfont.eot');
    src: url('ubuntu-webfont.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-webfont.woff') format('woff'),
         url('ubuntu-webfont.ttf') format('truetype'),
         url('ubuntu-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}