/*                                                                   */
/*  stylesheet.css :: Dan Pettersson 2005-02-26                      */
/*  dape8305@student.uu.se                                           */
/*                                                                   */
/*                                                                   */
body, p, td {  	
  font-family : Tahoma, Verdana, arial, Sans-serif;
  font-size: 10pt;  /* skall fontstorlek ändras, gör det här! */
}

a:link { text-decoration: none; color: #31396B; }
a:visited { text-decoration: none; color: #31396B; }
a:active { text-decoration: underline; color: #31396B; }
a:hover { text-decoration: underline; color: #31396B; }

a:link.mainmenu { 
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  color: white;
  line-height: 14pt; }
a:visited.mainmenu { 
  text-decoration: none; 
  font-weight: bold;
  font-size: 10pt;
  color: white;
  line-height: 14pt; }
a:active.mainmenu { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 10pt;
  color: white; 
  line-height: 14pt; }
a:hover.mainmenu { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 10pt;
  color: white; 
  line-height: 14pt; }

a:link.adminmenu { 
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  color: white; 
  line-height: 14pt; }
a:visited.adminmenu { 
  text-decoration: none; 
  font-weight: bold;
  font-size: 10pt;
  color: white; 
  line-height: 14pt; }
a:active.adminmenu { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 10pt;
  color: white; 
  line-height: 14pt; }
a:hover.adminmenu { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 10pt;
  color: white; 
  line-height: 14pt; }

a:link.cartmenu0 { 
  text-decoration: none;
  font-size: 11pt;
  font-weight: bold;
  color: white; 
  line-height: 16pt; }
a:visited.cartmenu0 { 
  text-decoration: none; 
  font-weight: bold;
  font-size: 11pt;
  color: white; 
  line-height: 16pt; }
a:active.cartmenu0 { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 11pt;
  color: white; 
  line-height: 16pt; }
a:hover.cartmenu0 { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 11pt;
  color: white; 
  line-height: 16pt; }


a:link.cartmenu1 { 
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  color: white; 
  line-height: 16pt; }
a:visited.cartmenu1 { 
  text-decoration: none; 
  font-weight: bold;
  font-size: 10pt;
  color: white; 
  line-height: 16pt; }
a:active.cartmenu1 { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 10pt;
  color: white; 
  line-height: 16pt; }
a:hover.cartmenu1 { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 10pt;
  color: white; 
  line-height: 16pt; }


.headerSmall { 
  font-size: 10pt;
  font-weight: bold;
}

.headerSmallAdminmenu { 
  font-size: 11pt;
  font-weight: bold;
  color: white; 
  line-height: 14pt; 
}

.headerMedium { 
  font-size: 11pt;
  font-weight: bold;
}

.headerMediumAdminmenu { 
  font-size: 12pt;
  font-weight: bold;
  color: white; 
  line-height: 14pt; 
}

.headerBig { 
  font-size: 14pt;
  font-weight: bold;
}
