@import url(http://fonts.googleapis.com/css?family=Megrim);
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Baloo+Thambi);
@import url(http://fonts.googleapis.com/css?family=Poiret+One);

body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#181818;
}

table#outer
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

td#logo
{
	color:#333;
	text-align: center;
    font-family: 'Megrim';
    font-size: 200px;
}

td#links
{
	color:#666;
	font-family: 'Poiret One';
	font-size:22px;
}

.hidden
{
	visibility: hidden;
}

.visible
{
	visibility: visible;
}

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.highlight
{
	color: #555;
}

.orange
{
	color: orange;
}

.large
{
	font-size: 11px;
}

A:link {text-decoration: none; color:white; }
A:visited {text-decoration: none; color:white;}
A:active {text-decoration: none; color:white;}
A:hover {text-decoration: underline; color: orange;}