/* 
Theme Name: aRobeGames
Author: Andrew Robertson
*/
body
{
	background-color: black;
	color: white;
	font-family: courier;
}

h1
{
	font-size: 32px;
}

ul
{
	list-style-type: none;
}

.main-menu-container .main-menu
{
	color: white;
}

.main-menu-container .main-menu li
{
	display: inline;
}

a
{
	text-align: center;
	display: inline-block;
	color:white;
	text-decoration: none;
	width: 100px;
}

a:link
{
	color:white;
	text-decoration: none;
}

a:visited
{
	color:white;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color:white;
}

a:active
{
	color:white;
	text-decoration: none;
}

.current_page_item
{
	background-color: #FFA500;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}