body {
	background: #6699cc;
	color: #000000;
}
table.inside {
  background-color: #FFFFFF;
	color: white;
	width: 760;
	height: 982;
	align: center;
}
table.outside {
	border: 1px solid #cccccc;
	background-color: white;
}
td#headerimg {
	background-image: url(images/header.gif);
	background-color: #6699cc;
	background-repeat: no-repeat;
	height: 85px;
	width: 725;
	float: center;
}
td.misafimg {
	background-image: url(images/misaf.gif);
	background-color: #6699cc;
	background-repeat: no-repeat;
	height: 85px;
	width: 615;
	float: center;
}
td.authimg {
	background-image: url(images/AuthorPic.jpg);
	background-repeat: no-repeat;
	height: 341px;
	width: 256;
	}
td.clear {
   background-image: url(images/clear.gif);
	 background-repeat: no-repeat;
	height: 20px;
	width: 5;
	}
p, td {
	font-family: tahoma, verdana;
	font-size: 12px;
}
p.menunorm {
      color: blue;
			font-size: small;
			text-align: center;
		}

td.title {
	background:  no-repeat center;
	color: black;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
td.title2 {
	background:  no-repeat center;
	color: black;
	font-size: 13px;
	text-align: left;
	padding: 2px;
}
p.pagetext {
  font-family: tahoma, verdana;
	background:  no-repeat center;
	color: black;
	font-size: 25x;
	text-align: left;
	padding: 2px;
}
h1 {
	font-family: 'times new roman', serif;
	font-size: 30px;
	color: red;
	margin-top: 10px;
	text-align: center;
}
p.ital {
    font-family: tahoma, verdana
		font-size: medium;
		font-style: italic;
		color: blue;
		margin-top: 10px;
		text-align: left;
	}
p.blackmed {
font-family: tahoma, verdana
		font-size: medium;
		color: black;
		margin-top: 10px;
		text-align: left;
}
.author {
    font-family: tahoma, verdana
		font-size: 10px;
		color: blue;
		margin-top: 10px;
		text-align: left;
}
.content {
	padding: 5px;
	border-left: 1px solid #cccccc;
}
.copyright {
	background-color: #990000;
	color: white;
	text-align: center;
}
.floatleft {
	float: left;
	margin: 5px;
}
.products {
        font-weight: bold;
}

a.linkto:link {color: blue}     /* unvisited link */
a.linkto:visited {color: purple}  /* visited link */
a.linkto:hover {color: #FF99FF}   /* mouse over link */
a.linkto:active {color: #0000FF}   /* selected link */
