/* Main.css by Kadin2048 */

/* First, stuff that's used everywhere */

body	{ 
	color: black; 
	font: 1.2em/1.3em Georgia, "Times New Roman", Times, serif; 
	background-color: #efefef; 
	text-align: left; 
	text-transform: none 
	}

a:link	{ color: #4b536b; text-decoration: none }

a:hover { color: #426fce; text-decoration: none }

a:visited { color: #5b1f6b; text-decoration: none }

/* These are mostly used on the main page, but they might someday be used elsewhere */

#centertitle {
	margin: 2em auto; /* leave some room at the top, but center the block horizontally */
	text-align: center; 
	}

.name  { 
	font-size: 3em; 
	font-family: Helvetica, Arial, sans-serif;
	}

#menu  { 
	/* This box contains the whole menu, consisting of various options */
	text-align: center; 
	margin: 5em auto;  /* leave some space and center it */
	}

.menuitem  { 
	margin-top: 1.5em; /* this is the space between various menu items */
	font-size: 2em; 
	font-family: Helvetica, Arial, sans-serif;
	line-height: 0.75em; /* this is the space between the menu item and its description */
	}

.description {
	font: 1.2em/1.3em Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 100%;
	}

/* The following may be unused, but are retained for safety... */

#mainblock { 
	margin: 100px 25px 
	}

#footer { 
	font-size: 1.5em; 
	font-family: Helvetica, Arial, sans-serif;
	text-align: center; 
	position: absolute; 
	right: 0; 
	bottom: 0.25em; 
	left: 0 
	}
