A:link
{
    text-decoration: none;
}
A:visited
{
	text-decoration: none;
}
A:hover
{
	color: rgb(255,0,0);
}

th
{
	font-family: arial;
}

body
{
	background-color: rgb(255,255,255);
}
pre
{
    padding: 4px;
}

.comment
{
    color:#800000;
}
.keyword
{
    color:#0000AA;
    font-weight: bold;
}
.string
{
    color:teal;
}

.topico
{
    padding: 3 2;
    color: rgb(255,255,255);
    font-size: 14 pt;
    background-color: rgb(119, 153, 221);
    height: 29px;
}

.subitem
{
    font-size: 8 pt;
    margin-left: 32;
    margin-top: 0;
    color: rgb(0, 0, 128);
    margin-bottom: 14;
}

.item
{
    margin-left: 32;
    margin-bottom: 0;
    margin-top: 2;
    color: #000000;
}

.output
{
	color: RGB(100,100,100);
	font-family: Fixedsys;
	padding-left: 5;
	padding-right: 5;
	padding-top: 10;
	padding-bottom: 10;
	background-color: RGB(246,247,247);
	border: 1px solid rgb(209,215,220);
}


.menu
{
	border-right: black thin solid;
	margin-top: 0px;
	border-left: black thin solid;
	padding-top: 0px;
	border-bottom: black thin solid;
	background-color: rgb(128,180,128);
	color: rgb(255,255,255);
}

.linkbox
{
    border-right: dimgray 1px solid;
    padding-right: 3px;
    border-top: dimgray 1px solid;
    padding-left: 3px;
    padding-bottom: 2px;
    border-left: dimgray 1px solid;
    padding-top: 2px;
    border-bottom: dimgray 1px solid;
    background-color: rgb(232, 238, 255);
}


.smalllink
{
	color: rgb(255,255,255);
	margin-bottom: 9px;
	font-size: small;
}

.posttitle
{
	color: rgb(120,0,0);
}

.maintable
{
	width: 100%;
	height: 444px;
}

.leftmenu
{
    width: 137px;
    vertical-align: top;
}

.wikicol
{
	vertical-align: top;
}
