/* CSS file for new design of website */

body {
	background-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	font-family: cursive;
	font-size: 90%;
	color: #000000;
}

div {
  font-family: cursive;
  font-size: 90%;
  color: #000000;
}

span {
  font-family: cursive;
  font-size: 90%;
  color: #000000;
}

td {
  font-family: cursive;
  font-size: 90%;
  color: #000000;
}

p {
  font-family: cursive;
  font-size: 90%;
  color: #000000;
  text-align: left;
}

ul {
  font-family: cursive;
  font-size: 90%;
  color: #000000;
  text-align: left;
}

li {
  font-family: cursive;
  font-size: 90%;
  color: #000000;
  text-align: left;
}

H1 {
	font-size: 150%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	font-family: cursive;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
}

H2 {
	font-size: 140%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	font-family: cursive;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
}

H3 {
	font-size: 130%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: .09em;
	line-height: normal;
	font-family: cursive;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
}

H4 {
	font-size:100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	font-family: cursive;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
}

H5 {
	font-size: 85%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	font-family: cursive;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
}

H6 {
	font-size: 70%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	font-family: cursive;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
}

ul#links {
	font-family: cursive;
	font-size: 90%;
	font-weight: 500;
	line-height: 1.20em;
	text-align: left;
	text-indent: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* Standard Links */

a:link {
  color: #0000FF;
  text-decoration: none;
}

a:visited {
  color: #840084;
  text-decoration: none;
}

a:hover {
  color: #0000FF;
  text-decoration: underline;
}

a:active {
  color: #000066;
  text-decoration: none;
}

/* Top Links (Menu Links) */

a.top-link:link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 90%;
}

a.top-link:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 90%;
}

a.top-link:hover {
  color: #000000;
  text-decoration: none;
  font-size: 90%;
  background-color: #FFFFFF;
}  
  
a.top-link:active {
  color: #000000;
  text-decoration: none;
  font-size: 90%;
}


/* Top Font (Link Seperators) */

.top-text {
  color: #FFFFFF;
}


/* Bottom Links (Menu Links) */

a.bottom-link:link {
  text-decoration: none;
  font-size: 90%;
}

a.bottom-link:visited {
  text-decoration: none;
  font-size: 90%;
}

a.bottom-link:hover {
  text-decoration: underline;
  font-size: 90%;
}  
  
a.bottom-link:active {
  text-decoration: none;
  font-size: 90%;
}


/* Title (Right Side Features) */

.title {
  font-family: cursive;
  font-weight: bold;
  color: #000066;
  text-align: left;
}
.content {
  font-family: cursive;
  text-align: left;
  font-size: 90%;
}




/* Search [Again] Title */

.search-title {
  font-family: cursive;
  font-size: 145%;
  font-weight: bold;
  color: #FFFFFF;
}


/* Light Title (Weather/Amazon) */

.light-title {
  font-family: cursive;
  color: #003366;
}


/* Category Title (Links) */

.category-title {
  font-family: cursive;
  font-weight: bold;
  font-size: 150%;
}


/* Small Text (Date, Copyright) */

.small {
  font-family: cursive;
  font-size: 70%;
  letter-spacing: .07em
}


/* Link Description */

.link-description {
  margin-left: 40px;
  font-family: cursive;
}


/* Forms (remove spacing, adapt NS sizing) */

form {
  margin: 0px;
  padding: 0px;
}

input, select, textarea {
  font-family: serif;
  font-size: 95%;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Error */
.ErrorTxt {
  font-family: cursive;
  font-weight: bold;
  color: #FF0000;
  font-size: 110%;
  letter-spacing: .12em
}
