#wholepage {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
}

#main {
	text-align: center;
	font-weight: bold;
}

#categories {
	margin-top: 50px;
	text-align: center;
}

.option {
	color: black;
	font-size: 35px;
	font-weight: bold;
}

.or {
	font-style: italic;
	font-size: 14px;
	color: #3f3f3f;
}

//--------------
//   Links
//--------------

a{
	color: #4d9b7a;
	text-decoration: underline;
}

a:link {
	color: #4d9b7a;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #37715a;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #4d9b7a;
}
.consider {
	font-size: 20px;
	font-style: italic;
}
#currentCategory {
	font-size: 10px;
	font-style: italic;
}