/* CSS Document 

p {	
	font-size: 12px;
	font-family: Verdana;
	face-color: #33ffff;
}
*/
td {	
	font-size: 12px;
	font-family: Verdana;
	face: #333333;
}

A:link {text-decoration: none; 
		color: #333333; 
		face: Verdana;
		}
		
A:visited {text-decoration: none ; color: #333333;}
A:active {text-decoration:  none; color: #333333;}
A:hover {text-decoration: none; color: #888888;}

#topbar{
position:absolute;
top:0px;
left:0px;
height:40px;
width:100%;
background: url(../dialog/dialog/topbar.gif);
color:black;
} 

/*
t{
background:navy;
color:white;
border:solid 5px red;
}
th{
background:red;
color:yellow;
padding:10px;
border:groove 2px red;
}
td{
color:white;
background:transparent;
padding:10px;
border:inset 2px blue;
}*/

.side{

width:200px;
margin-top:150px;
margin-left:300;
margin-right:auto;
}

.forside{

width:100px;
margin-top:100px;
margin-left:500;
margin-right:auto;
}

