/* Basic Style Sheet */

a:link {text-decoration:none; color:gray;}
a:visited {text-decoration:none; color:gray;}
a:hover {text-decoration:none; color:white;}
a:active {text-decoration:none; color:slateblue;}

a.home:link {text-decoration:none; color:gray;}
a.home:hover {text-decoration:none; color:burlywood;}

a.int:link {text-decoration:none; color:gray;}
a.int:hover {text-decoration:none; color:lavender;}


td {font-size:10pt; font-family:Helvetica,±¼¸²;}

.nav {border-color:gray; border-style:dashed; border-width:1px;
	font-size:10pt; font-family:serif; font-weight:bold;}
.tit {font-family:Times New Roman; font-weight:bold; font-style:oblique; font-size:20pt}

p.info {background-color:666666; font-size:14pt; font-family:Times New Roman; color:black; text-align:center; line-height:125%; margin-top:0px; }