// basic cascading style sheet for tiny content generation system


/* id's */

#top
	{
	}
#toplogo
	{
	}
#topnav
	{
	}
#youarehere
	{
	}
#layouttable
	{
	}
#layouttable.left
	{
	}
#layouttable.center
	{
	}
#layouttable.right
	{
	}
#leftnav
	{
	}
#content
	{
	}
#rightnav
	{
	}
#footnav
	{
	}
#switcher ul 
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: right;
		font-size: 80%;
	}
#switcher li 
	{
		display: inline;
		border: none;
		padding: 2px 10px;
	}



body {
}

a {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}


.separator {
}

.description {
}

p {
}
p.head {
}
p.subhead {
}
p.text {
}
p.span {
}
p.pre {
}
p.big {
}
p.type {
}
p.em {
}
p.italic {
}
p.strong {
}
p.cite {
}

table.ranking {
}
table.image {
}
table.odd {
}
table.even {
}

