body {
margin:0px;
padding:0px;
background-color: rgb(204,204,204);
}
table, tr, td, div {
margin:0px; padding:0px;
}
table.main {
background-color: rgb(255,255,255);
}
a.opcja, div.opcja{
color: rgb(255,255,255);
text-align: center;
line-height: 18px;
display: block;
width: 100px;
font-size: 14px;
font-weight: bold;
border-right: 1px solid rgb(50,200,240);
}
a.opcja:hover, div.opcja:hover {
background-color: orange;
}
div.view {
	color: rgb(0,85,120);
}
