/* Stylesheet for hjemmeside for Matematik og Databehandling.
   Morten Larsen 2005. */

/* Skrifttyper */
body, th, td, input, select {
   font-family: Verdana, Helvetica, Arial, sans-serif;
}
code, pre, tt {
   font-family: 'Andale Mono', Courier, monospace;
}

/* Skriftstørrelser og stil */
body, td { font-size: 12pt; }
small { font-size: 80%; }
h3 { font-size: 14pt; font-style: bold; text-transform: uppercase; }
h2 { font-size: 14pt; font-style: bold; }
h1 { font-size: 18pt; font-style: bold; }

/* Farver */
body {
   background: url("content_background.jpg") 100% 0% no-repeat;
<!--   background-color: #ffffff; <!--#f4fff0;-->-->
   color: black;
}
a {
   color: #003090;
}
a.dok {
   color: #000080;
}
a.dok:visited {
   color: #c00080;
}


/* Effekter m.m. */
a {
   text-decoration: none;
}
a.dok {
   text-decoration: underline;
}
a:hover {
   color: #d02000;
}
a.dok:hover {
   color: #00b080;
}
ul {
   list-style-type: disc;
}

/* Rulers */
table.ruler {
   empty-cells: show;
   margin: 0:
   padding: 0:
   border-collapse: separate;
   border-spacing: 0;
   width: 100%;
   border: none;
}
tr.ruler {
   margin: 0;
   padding: 0;
}
td.ruler {
   margin: 0;
   padding: 0;
   border: none;
   background-color: #FFFFFF;
   height: 3px;
}
td.ruler1 {
   margin: 0;
   padding: 0;
   border: none;
   background-color: #0000FF;
   height: 1px;
}
td.ruler2 {
   margin: 0;
   padding: 0;
   border: none;
   background-color: #0000FF;
   height: 1px;
}
td.ruler3 {
   margin: 0;
   padding: 0;
   border: none;
   background-color: #0000A0;
   height: 2px;
}

