﻿/* hk_other.css */
/* last modified Feb 12, 2009 */

body
{
	background-attachment: fixed;
	margin-left: 3px;
	font-family: Arial;
	font-size: 12pt;
	color: black;
	background-image: url(../images/bkg_other.jpg);
	text-decoration: None;
	font-style: Normal;
}

a:link
{
	font-family: Arial;
	font-size: 12pt;
	color: blue;
	text-decoration: None;
	font-weight: Bold;
}

a:visited
{
	font-family: Arial;
	font-size: 12pt;
	color: green;
	text-decoration: None;
	font-weight: Bold;
}

/* :text
{
	font-family: Arial;
	font-size: 12pt;
	color: black;
	text-decoration: None;
}  */

a:active
{
	font-family: Arial;
	font-size: 12pt;
	color: teal;
	text-decoration: Underline;
	font-weight: Bold;
}

a:hover
{
	font-family: Arial;
	font-size: 12pt;
	color: maroon;
	text-decoration: Underline;
	font-weight: Bold;
}

.coolButton
{
	font-family: Arial;
	font-size: 11pt;
	color: blue;
	text-decoration: None;
	font-weight: Lighter;
}

.coolBar
{
	font-family: Arial;
	font-size: 11pt;
	color: blue;
	text-decoration: None;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: white;
	background-color: black;
}

#navcontainer ul li a:visited
{
	color: #BCB5B5;
	background-color: black;
}

#navcontainer ul li a:hover
{
	color: black;
	background-color: #997;
}
