<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<%
Response.ContentType = "text/css"
	set conn = server.CreateObject("adodb.connection")
	conn.open "eksite"
%>
<%
sql="SELECT * FROM style WHERE class = Topic:link"

set rsitems=server.createobject("adodb.recordset")
	rsitems.open sql,conn,1,1
	font = rsitems("font")
	color = rsitems("color")
	decoration = rsitems("decoration")
	size = rsitems("size")
	weight = rsitems("weight")
%>
Body{
	color: #000000;
	font-family: Tahoma;
	font-size:12
}

a:link {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}

a:visited {
  color: #333399;
  text-decoration: underline;
  font-family: Tahoma;
  font-size:12

}

a:hover {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12

}

a:active {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12

}
a.Topic:link {
	color: #CCCCFF;
	text-decoration: underline;
	font-family: Tahoma;
	font-weight: Bold;
	font-size:12
}
a.Topic:visited {
	color: #CCCCFF;
	text-decoration: underline;
	font-family: Tahoma;
	font-weight: Bold;
	font-size:12
}
a.Topic:hover {
	color: #CCCCFF;
	text-decoration: underline;
	font-family: Tahoma;
	font-weight: Bold;
	font-size:12
}
a.Topic:active {
	color: #CCCCFF;
	text-decoration: underline;
	font-family: Tahoma;
	font-weight: Bold;
	font-size:12
}
a.SubTopic:link {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.SubTopic:visited {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.SubTopic:hover {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.SubTopic:active {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Title:link {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Title:visited {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Title:hover {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Title:active {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.SignIn:link {
	color: #333399;
	text-decoration: none;
	font-family: Tahoma;
	font-size:10pt
}
a.SignIn:visited {
	color: #333399;
	text-decoration: none;
	font-family: Tahoma;
	font-size:10pt
}
a.SignIn:hover {
	color: #333399;
	text-decoration: none;
	font-family: Tahoma;
	font-size:10pt
}
a.SignIn:active {
	color: #333399;
	text-decoration: none;
	font-family: Tahoma;
	font-size:10pt
}
a.Description:link {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Description:visited {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Description:hover {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Description:active {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Admin:link {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Admin:visited {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Admin:hover {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
a.Admin:active {
	color: #333399;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:12
}
.TableHeader
{
    color: #000000;
	text-decoration: none;
	font-family: Comic Sans MS;
	font-size:14;
	font-weight: Bold;
	background-color:#FFCCFF
}
.GeneralText
{
    color: #000000;
	text-decoration: none;
	font-family: Comic Sans MS;
	font-size:12;
	font-weight: 
}