/* -----------------------------------------
	CSS Document 
--------------------------------------------*/

a:link { color: #ff576d; text-decoration:none }
a:visited { color: #c92035; text-decoration:none }
a:hover { color: #c92035; text-decoration: underline }

.menu a:link { color: #000000; text-decoration:none }
.menu a:visited { color: #533600; text-decoration:none }
.menu a:hover { color: #825400; text-decoration: underline }

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, verdana;
	letter-spacing: .15em;}
	
h1 {font-size: 18px; color: #000000;}

body, table, td, tr, th, p {
	font-family: tahoma, verdana;
	font-size: 14px;
	letter-spacing: .01em;
	padding: 0px
}

body { background-color:#f8e3e6; }
