@CHARSET "UTF-8";
THEAD TD { 
    font-style: italic; 
}
.navigation {
    vertical-align: top;
    align: center;
}
.notice {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: blue;
    border-width: medium;
    border-style: solid;
}
.header {
    width: 800px;
    align: center;
}
.content {
    border-width: medium;
    border-style: double;
    vertical-align: top;
}
.button {
    background-color: teal;
    border-style: inset;
    border-width: medium;
}

.button  A:link  {
	color: azure;
}

.button  A:visited {
    color: azure;
}

.button:hover {
    background-color: green;
}
.button:active {
    background-color: darkRed;
}
.currentButton {
    background-color: darkCyan;
}    
TD P {
	color: #000000
}

P {
	color: #000000
}

BODY {
	background-color : #ccffcc;
	
}
H1 { 
	font-family: sans-serif;
	text-align: center
}
.sub-title {
	font-style: italic;
	font-size: smaller
}
H2 {
    font-family: sans-serif;
    font-size: large;
}
h3 {
    font-family: sans-serif;
    font-size: medium;
}
    

BLOCKQUOTE {
	color: #000000
}

H4 {
	color: #000000
}

A:link {
	color: blue;
}

A:visited {
	color: A:visited {
	color: azure;
}
