/* link: pesudo */
a:link {
color: Blue; text-decoration: none;
} 


a:visited { color: Blue;
 text-decoration: none;
}
a:hover { color: Red; text-decoration: underline;
} 


a:active { color: Red; text-decoration: underline; }

/*a:visited:hover { color: Green; text-decoration: underline;
} 
*/

/* tag */
body {
	background : White;
	margin-left : 30px;
	margin-right : 30px;
	margin-top : 5px;
}

hr {
color : #C0E1FF;
}
th {
background: #DDDDDD;
}


/* class */
.footer {
	font-size: smaller;
text-align: right;
}
.header {
  color: #777777;
   font-weight: bold
; }
.highlight {
  color: #FF0000;
}
.frontpagehead {
 font-size: xx-large;
font-weight: bold; color: #990000; 
font-family: "Arial", "Helvetica", "sans-serif";}
.frontpageitem {
font-size: smaller;}


.note {
font-size: smaller;
}

.title { color: #FFFFFF; background-color: #000000; font-size: larger; font-weight: bold;}



/* invisibleLink */
a.invisibleLink:visited { color: black;
 text-decoration: none;
}
a.invisibleLink:hover {
color: black;
text-decoration: none;
}
a.invisibleLink:link {
	color: black;
text-decoration: none;
}

