

body
{
	background-color: #99ccff;
}

table.main
{
	border-collapse: collapse;

}


/********************************************************************************/
/*cbox laver en ramme rundt om billedet						*/
/********************************************************************************/
td.cboxtop
{
	display: table-cell;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
	height: 5px;
	
	background-color: #6699ff;
}

td.cboxleft
{
	
	border-left: 1px solid #000000;
	width: 2px;
	
	background-color: #6699ff;
}

td.cboxright
{
	border-right: 1px solid #000000;
	
	width: 2px;
	background-color: #6699ff;
}

td.cboxbottom
{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	
	height: 5px;
	
	background-color: #6699ff;
}



td.cboxcenter
{
	border: 1px solid #000000;
	padding: 0;
	background-color: #99ccff;
}
/********************************************************************************/





/********************************************************************************/
/*button laver knappen								*/
/********************************************************************************/
td.button{
	
}

td.button a:link{
	
	border: 1px solid #000000;
	padding: 0.5em;
	width: 1px;
	background-color: #6699ff;
}

td.button a:visited{
	
	border: 1px solid #000000;
	padding: 0.5em;
	width: 1px;
	background-color: #6699ff;
}

td.button a:hover{
	
	border: 1px solid #000000;
	padding: 0.5em;
	width: 1px;
	background-color: #99ccff;
}
/********************************************************************************/

a:link {
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #000000;
	text-decoration : none;
	
}

a:visited {
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #000000;
	text-decoration : none;
	
}

a:hover {
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #000000;
	text-decoration : none;
}




a.links:link {
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #000000;
	text-decoration : underline;
	
}

a.links:visited {
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #000000;
	text-decoration : underline;
	
}

a.links:hover {
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #ff0000;
	text-decoration : underline;
}

p
{
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #000000;
}

p.hide
{
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #99ccff;
}


p.top
{
	display: inline;
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #000000;

}

h1
{
	display: inline;
	font-family : verdana, "courier new", arial;
	font-size : 13pt;
	color : #000000;
}
h2
{
	display: inline;
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #000000;
}
img.links{

	border: 2px solid #99ccff;	
}

li
{
	font-family : verdana, "courier new", arial;
	font-size : 10pt;
	color : #000000;
}
ol
{
	list-style-type : disc;
}