body {
	background-position: left top;
    background-image: url(tecbkgnd1.gif);
    background-color:  #CCFFFF;
	background-repeat: repeat;
	font-family: Helvetica, Arial, san-serif;
	font-size:medium;
	text-align:center;
}

a,
a:visited {
	text-decoration:none;
	color:blue;
}
a:hover {
	color:#ff8c00;
}

div,
p,
body,
ul,
li,
h1,
h2,
h3 { 
	display:block;
	margin:0;
	padding:0;
	border:none;
}

h1,
h2,
h3{ 
	text-align:center;
	font-weight:bold;
	color: steelblue;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.special {
	font-style:italic;
}

.loudred {
	font-weight: bold;
	color:#FF3300;
}

