body
{
 background-color	: #FFFFFF;
 color			: #000066;
 font-family		: verdana, arial, helvetica, sans-serif;
}


/********* paragraphs *********/
p.pagename
{
 font-weight		: bold;
 color			: #0A0ADC;
}

p.navname
{
 color			: #000000;
}

p.footer
{
 font-size		: smaller;
}

p.reshead
{
 font-weight		: bold;
 color			: #0000FF;
}

p.chead
{
 font-weight		: bold;
 color			: #0000FF;
}

p.cinfo
{
 padding-left		: 20px;
}


/********* lists *********/
p.middotlist
{
 padding-left		: 20px;
}


/********* tables *********/
td.content
{
 background		: C:\Dokumente und Einstellungen\Fabian\Eigene Dateien\wstest\MySity\WebContent\theme\bg.PNG;
}


/********* links *********/
a:link.navlink
{
 color			: #0A0ADC;
 text-decoration	: underline;
}

	a:visited.navlink
	{
	 color			: #7D78F3;
	 text-decoration	: underline;
	}

	a:active.navlink
	{
	 color			: #7D78F3;
	 text-decoration	: underline;
	}

	a:hover.navlink
	{
	 color			: #7D78F3;
	 text-decoration	: none;
	}

	a:visited:hover.navlink
	{
	 color			: #7D78F3;
	 text-decoration	: none;
	}

a:link
{
 color			: #3366FF;
 text-decoration	: underline;
}

	a:visited
	{
	 color			: #663399;
	 text-decoration	: underline;
	}

	a:active
	{
	 color			: #3366FF;
	 text-decoration	: underline;
	}

	a:hover
	{
	 color			: #3366FF;
	 text-decoration	: none;
	}

	a:visited:hover
	{
	 color			: #663399;
	 text-decoration	: none;
	}
