﻿body {
	background-color:#E0E0E0;
	color:black;
	font-size:large;
}
a {
	font:menu;
	font-size:large;
	color:inherit;
	font-style:oblique;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

.center {
	text-align:center;
}

.newsHeading {
	font-variant:small-caps;
	font-weight:bolder;
	font-size:x-large;
}

.floatRight {
	float:right;
	border-style:dotted;
	border-color:blue;
	border-width:5px;
	background:white;
	color:black;
	padding:10px;
	font-size:medium;
	width:220px;
}

.floatCenter {
	border-style:dotted;
	border-color:red;
	border-width:5px;
	background:white;
	color:black;
	padding:10px;
	font-size:medium;
	width:420px;
}

p.menuHeader {
	text-align:center;
	font-size:xx-large;
}

img.menuIcon {
	width:64px;
	height:64px;
	border:0px;
}

table.menuTable {
	text-align:center;
	font-size:medium;
    margin-left:auto; 
    margin-right:auto;
    table-layout:fixed;	
}

td.menuCell {
	width:80px;
	text-align:center;
	vertical-align:top;
}

td.styret {
	border:thin;
	border-style:solid;
	padding-left:25px;
	padding-right:40px;
	font-size:large;
}
