body
{
  background: #efefef;
  
  /*background-image: url('../../Skrivebord/Torp%20Maskin/Web/Home/Torp-logo-web-ny.jpg');
  background-attachment:fixed;
  background-position: top center; 
  background-repeat: no-repeat;*/
  
  scrollbar-face-color: #aaaaaa;
  scrollbar-highlight-color: #efefef;
  scrollbar-3dlight-color: #efefef;
  scrollbar-darkshadow-color: #efefef;
  scrollbar-shadow-color: #efefef;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #efefef;
}

h1
{
  color: #24449c;
  text-align: center;
  font-family: times;
  font-size: 60px;
}

h2
{
  background-color: transparent
  font-family: times;
}

p
{
  /*background-color: rgb(250,0,255);*/
  text-indent: 0.5cm;
  font-family: verdana;
  font-color: #24449c;
}


p.menu 
{
	text-indent: 0.0cm;
	color: #0000ff;
}

li
{
	color: #000000;
	text-indent: -0.5cm;
}

p.uppercase {text-transform: uppercase}
p.lowercase {text-transform: lowercase}
p.capitalize {text-transform: capitalize}
p.sansserif {font-family: sans-serif}

table
{
	background-color: #efefef;
	font-family: verdana;
	font-size: 81%;
	font-weight: bold;
}

div 
{
  background-color: #efefef;
  width:100%;
  /*height:100%;
  overflow: flow*/
}

/*div:first-letter {color: #24449c;font-size:x-large}*/

a:link {color: #24449c; text-decoration: none}
a:visited {color: #24449c; text-decoration: none}
a:hover {color: #24449c; text-decoration: none}
a:active {color: #ff0000; text-decoration: none}