.tmaHeader
{
	font-family : Tahoma,serif;
	background : Black;
	color : White;
	font-size : xx-large;
}

.tmaSection
{
	font-family : Tahoma,serif;
	background : Black;
	color : #00Cf00;
	font-size : x-large;
}

.tmaTitle
{
	font-family : Tahoma,serif;
	background : Black;
	color : Red;
	font-size: large;
}

.tmaText
{
	font-family : Tahoma,serif;
	background : Black;
	color : White;
	font-size: medium;
}

.tmaTextHightlight
{
	font-family : Tahoma,serif;
	background : Black;
	color : #ff4002;
	font-size: small;
	font-weight:bold;
}

.tmaMenu
{
	position:absolute;
	left:10px;
	top:58px;
}

.tmaContents
{
	position:absolute;
	top:58px;
	left:230px;
	padding-right:10px;
}

.tmaExample
{
	font-family : Tahoma,serif;
	background : Black;
	color : Teal;
	font-size: small;
	font-weight:bold;
	border-width:1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-style:solid;
}

BLOCKQUOTE
{
	color : yellow;
}

PRE
{
	color : yellow;
	font-family :  Tahoma,serif;
	padding-left: 40px;
}

BODY
{
	background : black;
	font-family :  Tahoma,serif;
	color : white;
	font-size: small;
}

A:link
{
	color: #31D2D0;
	font-family :  Tahoma,serif;
	font-size : small;
	text-decoration: none;
}

A:hover 
{
	color: #00FF00;
	background : Black;
	text-decoration: none;
	font-family :  Tahoma,serif;
}

A:visited 
{
	font-family : Tahoma,serif;
}
	
A:active 
{
	font-family : Tahoma,serif;
	color : #31D2D0;
}

