BODY {
	background-color : #00CCFF;
	color : #000080;
	text-align : center;
	background-attachment : fixed;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

H1 {
	font-size : 30pt;
}

p {
	text-align : center;
}

TABLE {
	width: 60%;
}

TABLE.menu {
	width: 80%;
	background-color:  #E0E9F3
}

TABLE.guestbook {
	width: 60%;
	background-color: #1E90FF;
	color: Yellow;
	}

TABLE.index {
	width: 65%;
}

TD.center {
	text-align : center;
}

TD.left {
	text-align : left;
}

TD.right {
	text-align : right;
}

A:LINK {
	color : #000080;
	text-decoration : underline;
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	color : #000080;
	text-decoration : underline;
}

A:VISITED {
	color : #000080;
	text-decoration : underline;
}

.cognigen
{
	text-align : left;
	font-size : 18pt;
	font-style : normal;
	font-weight : bolder;
	font-family : "Times New Roman", Times, serif;
}

UL.prim {
	font-size : 22pt;
	font-style : normal;
	font-weight : bolder;
	font-family : "Times New Roman", Times, serif;
	list-style-type : square;
	list-style-image : url(../images/palmbutn2.gif);
}

UL.sec {
	font-size : 16pt;
	font-style : normal;
	font-weight : 100;
	font-family : "Times New Roman", Times, serif;
	list-style-type : circle;
	list-style-image : url(../images/bullet.jpg);
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10pt;
}