/*
 * Stilark for Opplandsporten.no versjon 3.0
 */

body, table, p, td, pre {

 margin: 0px;
 padding: 0px;
 border-spacing: 0px;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 10px;
 vertical-align: top;

}

table {
	border-collapse: collapse;
}

/* The main left and right columns */
.leftrightcols {

 background-color: #D8D1D9;
 border: solid 1px #888888;
 border-top: 0px;
 border-bottom: 0px;

}

/* Standard links with underlining */
a:link, a:active, a:visited {

 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 10px;
 text-decoration: underline;
 color: #222222;

}

a:hover {

 text-decoration: none;

}

/* Menulinks without the underlining */
a.menu:link, a.menu:active, a.menu:visited {

 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 10px;
 text-decoration: none;
 color: #222222;

}

a.menu:hover {

 text-decoration: underline;

}

img {

 border: 0px;
 margin: 0px;
 padding: 0px;

}

input, select, option, textarea {

 margin: 0px;
 padding: 0px;
 font: normal 10px Verdana;

}
