/* CSS Design Concepts 2002 updated 2006 */
/* Copyright Jan Nylund 		*/
/* Author Jan Nylund				*/

body {
margin: 20px 20px 40px 250px;
background: #ffffff url(pictures/lov.jpg) repeat-y fixed;
color: #000 
}
p {
font: 0.9em/1.2em georgia, times, serif;
color: #000;
background-color: #fff;
margin: 0.5em 0; 
}
div,img.ram {
border: 4px solid #6d8985
}
img.noRam {
border: solid 0 #fff;
}
h1 {
font: 1.3em/1.2em Verdana, Arial, Helvetica, sans-serif;
color: #000;
background-color: #fff;
margin: 1em 0 0.5em 0 
}
h2 {
font: 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
color: #000;
background-color: #fff;
margin: 0 0 1em 0  
}
h3{
font: 1em/1.2em Verdana, Arial, Helvetica, sans-serif;
color: #000;
background-color: #fff;
margin: 1em 0 0 0 
}
li {  
list-style-type: upper-roman;
font: 0.9em/1.2em Georgia, "Times New Roman", Times, serif;
background-color: #fff;
text-align: left	  
} 

