@charset "utf-8";
/* CSS Document */
body {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #8D4424;
	background-color: #FFDB99; }

#layout {width: 604px;
		 margin-left: auto;
		 margin-right: auto;}

#header, #body {border: #8D4424 2px solid; }

img {border: none; }

h2 {border-bottom: #D38C24 2px dotted; }

.img-me {text-align: center; }

#img-menu {text-align: center; }

table { width: 400;
		margin-left: auto;
		margin-right: auto; 
		text-align: left;
		border: #8D4424 2px solid;
		border-collapse: collapse;}
		
th, td {border: #8D4424 2px solid;
		padding: 5px; }
th {width: 115px; }

.eevee {text-align: center; }

a:link {color: #8D4424;
		font-weight: bold; }

a:visited {	color: #D38C24;
			font-weight: bold; }
			
a:hover {background-color: #E4C565 }
