h3 {
	font-family: sans-serif;
	font-size: xx-large;
	font-variant: small-caps;
	text-align: center;
}

body {
	background-repeat: repeat-y;
	background-image: url(/images/lightbluegradient.jpg);
	font-size: large;
	font-family: sans-serif;
}

div.newstitle {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #4e71e3;
	background-color: #d4f2ff;
	display: block;
	font-variant: small-caps;
	font-size: larger;
}

div.newsdate {
	display: block;
	font-size: smaller;
	word-wrap: normal;
	line-height: normal;
	font-style: italic;
}

div.newsdesc {
	display: block;
	padding-bottom: 20px;
}

h2 {
	font-size: 18pt;
}

a:link {
	color: #163bff;
}

a:visited {
	color: #403fff;
}

a:hover {
	color: #7600ff;
}

a:active {
	color: #ca65ff;
}

img {
	z-index: 1;
	border-width: 0px;
}

table {
	border-collapse: collapse;
	border-left-style: hidden;
	border-bottom-style: hidden;
	border-right-style: hidden;
}

h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-variant: small-caps;
	text-decoration: underline;
}

div.footer {
	text-align: center;
	position: relative;
	display: block;
	top: 15px;
	font-size: xx-small;
}

div.price {
	text-align: center;
	text-shadow: 0px 0px 3px white;
	font-size: 12.5pt;
	top: 18px;
	position: relative;
	left: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none !important;
}

div.componentname {
	text-shadow: 2px 2px 12px white;
	font-weight: bold;
	font-size: 36px;
}

