.menu {
 color: rgb(88, 124, 248);
 font-family: Arial,Helvetica,sans-serif;
}

a:link {
 color: rgb(88, 124, 248);
 font-family: Arial,Helvetica,sans-serif;
 text-decoration: none;
}

a:visited {
 color: rgb(88, 124, 248);
 font-family: Arial,Helvetica,sans-serif;
 text-decoration: none;
}

a:hover {
 color: rgb(88, 124, 248);
 background: rgb(213,222,253);
 font-family: Arial,Helvetica,sans-serif;
 xxtext-decoration: underline;
}

h1 {
 font-family: Arial,Helvetica,sans-serif;
 color: rgb(88, 124, 248);
}

h2 {
 font-family: Arial,Helvetica,sans-serif;
 color: rgb(88, 124, 248);
}

h3 {
 font-family: Arial,Helvetica,sans-serif;
 color: rgb(88, 124, 248);
}

h4 {
 font-family: Arial,Helvetica,sans-serif;
 color: rgb(88, 124, 248);
}

p {
 font-family: Arial,Helvetica,sans-serif;
}

li {
 font-family: Arial,Helvetica,sans-serif;
}

ul {
 font-family: Arial,Helvetica,sans-serif;
}
 
.fixed {
 font-family: courier;
 font-size: 0.9em;
}

.gemectercolor {
  color: rgb(88,124,248);
}

.warning {
  color: rgb(248,0,0);
}

.current {
 color: rgb(0, 0, 0);
 xxbackground: rgb(213,222,253);
}

img {
  border-style: solid;
  border-color: rgb(88, 124, 248);
  border-width: 2
}

.companyname { 
 font-family: Arial,Helvetica,sans-serif;
 color: rgb(88, 124, 248);
 font-weight: bold;
 font-size: 2em;
 mxxargin: 20px;
 padding: 0px;
 bxxorder: solid rgb(88,124,248) 2px;
}

body {
 margin: 0;
 padding: 0;
 font-family: sans-serif;
 line-height: 1.2em;
}

#logo {
  padding: 5px;
  float: right;
  text-align: right;
  width: 90px;
  height: 90px;
  bxxorder: solid rgb(88, 124, 248) 2px;
  bxxorder-left: solid rgb(88, 124, 248) 2px;
}

#header {
 pxxadding-top: 40px;
 pxxadding-left: 20px;
 padding: 20px;
 text-align: left;
 height: 90px;
 border-bottom: solid rgb(88, 124, 248) 2px;
 bxxorder-right: solid rgb(88, 124, 248) 2px;
}

#maincontent {
 padding: 20px;
 text-align: justify;
 margin-left: 200px;
 border-left: solid rgb(88, 124, 248) 2px;
}

#leftcolumn {
 padding: 20px;
 float: left;
 text-align: left;
 width: 160px;
}

#leftcolumn ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

#leftcolumn li a {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}