/* CSS for Skidder */
body {
 margin-top: 0px;
 margin-bottom: 0px;
 background-color:#000000; 
 font-family : "Courier New", "Verdana", monotype;
}
a{
	font-family : "Courier New", System, Console, Verdana;
	font-weight: bolder;
	font-size: 100%;
}
 
a:active { 
	color: rgb(250,250,250);
	text-decoration: none;
	
}
a:link { 
	color: #EEEEEE;
	text-decoration: none;
	font-size: 100%;
}
a:hover {
	color: #EEEEEE;
	text-decoration: underline;

	
}
a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
	
	
}

/*the main font*/
p {
 font-family : "Courier New", Console, monotype;
 font-weight: bolder;
 font-size : 100%;
 color: #EAEAEA;
}

p.quote {
 font-family : "Courier New", Console, monotype;
 font-weight: bolder;
 font-size : 100%;
 color: #EEEEEE;
}

p.news {
 font-family : "Courier New", Console, monotype;
 font-weight: bolder;
 font-size : 100%;
 color: #DDDDDD;
}

div {
 font-family : "Courier New", Console, monotype;
 font-weight: bolder;
 font-size : 100%;
 text-align: center;
 color: #EEEEEE;
}

div.right {
  font-family : "Courier New", Console, monotype;
 font-size : 100%;
 text-align: right;
 color: #CCCCCC;
}

div.left {
 font-family : "Courier New", Console, monotype;
 font-size : 100%;
 text-align: left;
 color: #CCCCCC;
}

div.tablecontent{
 font-family : "Courier New", Console, monotype;
 font-size : 100%;
 text-align: left;
 vertical-align: top;
 color: #EEEEEE;
}
 
/*other fonts*/
li {
 font-family : "Courier New", Console, monotype;
 font-size : 100%;
 color: #EDEDED;
}
 
h1,h2,h3,h4,h5 {
 font-family : "Courier New", Console, monotype;
 font-weight : bolder;
 color: #FFFFFF;
}

h3.center{
 text-align: center;
 font-family : "Courier New", Console, monotype;
 color: #FFFFFF;
}

table{
	border: 1px inset;
	border-spacing: 5px;
}

table.tablecontent {
border: 0;
width: 100%;
font-family : "Courier New", Console, monotype;
font-weight : 600;
font-size: 100%;
color: #EEEEEE;
}

table.tablecontent I {
	font-size: 70%;
	color: #BBBBBB;
}

table.cv {
border: 0;
width: 80%;
font-family : "Courier New", Console, monotype;
font-weight : 600;
font-size: 100%;
color: #EEEEEE;
}

td{
border: 0;
 font-family : "Courier New", Console, monotype;
font-size: 100%;
vertical-align: top;
color: #EEEEEE;
}

td.publication_subjects{
border: 0;
width: 120px;
 font-family : "Courier New", Console, monotype;
font-size: 100%;
vertical-align: top;
color: #EEEEEE;
}

td.fiftyfifty{
border: 0;
width: 50%;
 font-family : "Courier New", Console, monotype;
font-size: 100%;
vertical-align: top;
color: #EEEEEE;
}

img {
border: none;
}

.lynx_tekst {
background-color: #000;
color: #fff;
 font-family : "Courier New", Console, monotype;
 font-weight : bolder;
border-top: 0 none;
border-left: 0 none;
border-right:0 none;
border-bottom: 1px solid #DDD;
}

table.fishbowltable{
	border-collapse: collapse;
	border: 0;
}
td.fishbowlcells{
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
}

/*table tbody tr.odd td, table tbody tr.odd th { color: inherit; background-color: #000000; }*/
/*table tbody tr.even td, table tbody tr.even th { color: inherit; background-color: #616161; }*/ 

