#logo	{
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
	color: rgb(198, 198, 198);
	text-decoration : none;
	text-align: right;
	}

.cnotice {
	font-size: 10px;
	font-family: helv; 
	text-align: center;
	color: #FFFFFF;
	}

body	{
	color: #C0C0C0;
	background-color : #225500;
	font-size : 12px;
	font-family : "Tahoma", "Arial", "Verdana", "Helvetica", sans-serif;
	vertical-align:top;
	}

h1	{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	}

h2	{
	font-size: 18px;
	font-weight: bold;
	vertical-align:top;
	text-align: center;
	}

h3	{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

img {
	border-width: 3px;
	color: #116611;
	}


a:link {
	text-decoration: none;
	color: yellow;
	}

a:active	{
	text-decoration: none;
	color: yellow;
	}

a:visited {
	text-decoration: none;
	color: yellow;
	}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

/* logo links */
a.logo:link	{
    		text-decoration : none;
    		color : #FFFFFF;
		}

a.logo:active	{
    			text-decoration : none;
    			color : #FFFFFF;
			}

a.logo:visited	{
		  		text-decoration : none;
    			color : #FFFFFF;
				}

a.logo:hover {
		text-decoration : none;
		color : #FFFFFF;
		}