/* Nightstyles Main style sheet */
/* This is the core stylesheet for my Nightstyles website */

a:link {
	color: #FFFF33;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	background-color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #00FF00;
	text-decoration: none;
}
a:active {
	color: #00FF00;
	background-color: #FFFFFF;
	text-decoration: underline overline;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #66CCFF;
	background-image:     url(../images/site/bgs/deepbluesky.jpg);
	background-repeat: repeat-x;
	list-style-image:  url(../../images/site/bluedot.gif);
	background-attachment: fixed;
	background-position: 0px top;
	margin: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p {  font-size: medium}
h1 {  font-size: x-large; font-weight: bold; font-variant: small-caps; text-transform: capitalize; color: #FFFF66}
h2 {  font-size: large; font-weight: bold; font-variant: small-caps; text-transform: capitalize; color: #FFFF66}
h3 {  font-size: medium; font-weight: bold; font-variant: small-caps; text-transform: capitalize; color: #FFFF66}
h4 {  font-size: small; font-weight: bold; font-variant: small-caps; text-transform: capitalize; color: #FFFF66}
h5 {  font-size: small; font-weight: normal; font-variant: small-caps; text-transform: capitalize; color: #FFFF99}
h6 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-weight: normal; font-variant: small-caps; text-transform: capitalize; color: #FFFF99}
address {  font-family: "Times New Roman", Times, serif; font-size: smaller; font-style: italic; font-variant: small-caps; color: #CCCCCC}
a.menu:link {  font-size: medium; font-variant: small-caps; text-transform: capitalize; color: #FFFF99; text-decoration: none}
a.menu:hover {  font-variant: small-caps; text-transform: capitalize; color: #FFFFFF; text-decoration: underline overline; font-size: medium}
a.menu:active {  font-variant: small-caps; text-transform: capitalize; color: #CCFFFF; text-decoration: underline overline; font-size: medium}
a.menu:visited {  font-variant: small-caps; text-transform: capitalize; color: #99FFFF; text-decoration: none; font-size: medium}
.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #FFFF33}
p.menu {  font-size: medium; font-weight: normal; color: #FFFFCC}
dt {  font-weight: bold; font-variant: small-caps; text-transform: capitalize; color: #FFFF00}
dd {  color: #FFFFFF}

.nav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; color: #000033}
p.nav {  color: #000033}
a.nav:hover {
	color: #000099;
	text-decoration: underline overline;
	font-size: small;
	background-color: #99CCFF;
}
a.nav:active {
	color: #6699CC;
	text-decoration: underline;
	font-size: small;
	background-color: #FFFFFF;
}
a.nav:link {
	font-variant: small-caps;
	text-transform: capitalize;
	color: #0000CC;
	font-size: small;
}
a.nav:visited {  font-size: small; font-variant: small-caps; text-transform: capitalize; color: #000099}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFF66;
	background-color: #0000CC;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
.my {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFCC;
	background-image:   url(../images/site/bgs/ns-yelograd2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
}
.current {
	font-weight: bold;
	color: #009900;
	background-color: #CCFFFF;
}
.nav2 {
	font-weight: bold;
	color: #000066;
	font-size: 11px;
}
a.nav2:link {
	font-weight: bold;
	color: #0000CC;
}
a.nav2:visited {
	font-weight: bold;
	color: #0000CC;
}
a.nav2:hover {
	background-color: #000099;
	font-weight: bold;
	color: #FFFF33;
}
