a
{
   color: blue;
   font-weight: bold;
   text-decoration: none;
}

a:hover
{
   color: red;
}

body
{
   padding-left: 100px;
}

h1
{
   font-size: 160%;
}

h2
{
   font-size: 125%;
   font-style: oblique;
}

h3
{
   font-size: 120%;
   margin: 0;
}

strong
{
   color: dark-red;
}

table
{
   border-style: none;
}


.address
{
   font-weight: bold;
}

.anniversary
{
   font-style: oblique;
   font-weight: bold;
}

.copyright
{
   font-size: 80%;
}

.quiz_dir
{
   font-size: 80%;
   font-style: oblique;
} 

#mainDiv
{
	width: 760px;
	font: 16px/24px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px auto;
}
#mainDiv p
{
	margin: 20px 50px;
}
#go-chi
{
	float: left;
	width: 310px;
	font-weight: bold;
	margin-left: 50px;
	text-align: center;
}
#andDiv
{
	float: left;
	width: 40px;
	font-weight: bold;
	text-align: center;
}
#chi3
{
	float: left;
	width: 310px;
	font-weight: bold;
	margin-right: 50px;
	text-align: center;
}

