body {
	text-align: center;
	}
.bodywrapper    {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	width: 800px;
	margin: auto;
	border: solid 2px black;
	text-align: left;
	}
h1	{
	font-size: x-large;
}
h2	{
	font-size: large;
}
h3	{font-size: medium;
}

.header {
	height: 162px;
	width: 800px;
	background-image: url(http://www.thelinuxlink.net/images/grad_bkground.png	);
	background-repeat: repeat-x;
	border-bottom: solid thin #ffffff;
	
}
.headernomain {
	height: 50px;
	width: 800px;
	background-image: url(http://www.thelinuxlink.net/images/grad_bkground_nomain.png);
	background-repeat: repeat-x;
	border-bottom: solid thin #ffffff;
	}
.topbar {
	height: 25px;
	width: 800px;
	background-color: #00baff;
}

.topbar a:hover{
	background-color: #ffffff;
	text-decoration: none;
	color: #00baff;
	font-weight: bold;
}
.topbar a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
}
.mainbody a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #00baff;
}

.nohoverchange  a:hover{
	text-decoration: none;
	background-color: #ffffff;

}

.nohoverchangedefunct a:hover{
	text-decoration: none;
	background-color: #e5e5e5;
	}

.mainbody {
	margin-top: 2em;
	margin-left: 1em;
	margin-right: 1em;

}
td {
	font-size: 10px;
	font-family: sans-serif;
}

td h2 {
	font-size: large;
}
.footer {
	margin-top: 1em;
	padding-top: 1em;
	width: 100%;
	background-color:  #00baff;
	color: #ffffff;
}

.footer p {
	padding: 1em;
	}
.block {
    width: 100%;
}

.block h2 {
    padding: 3px 0px 3px 5px;
    background-color: #e5e5e5;
    font-size: 12px;
}


.block .plus {
    float: right;
    margin-right: 100px;
}
.showblock {
	width: 750px;
	margin-left: 10px;
	padding: 5px;
	border: solid thin black;
	margin-bottom: 5px;
    display: block;
}
.showblockdefunct {
	width: 750px;
	margin-left: 10px;
	padding: 5px;
	border: solid thin black;
	margin-bottom: 5px;
	background-color: #e5e5e5;
}

hr {
	width: 95%;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	}

.toggleLink {
    text-decoration: none;
    color: #000000;
}

.toggleLink a:link {
    text-decoration: none;
    color: #000000;
}

.toggleLink a:visited {
    text-decoration: none;
    color: #000000;
}

.toggleLink a:hover {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}
