
/*underscore = mellanslag så blir det lättare att klipp och klistra*/
/*	syntax_{_attribut:såhär_}  */

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


/******** TECKEN *****************/

/******** body ***********/
body { font-family: Georgia ; }
body { font-size:14px; }
body { color: black ; }

body { background: bakgrund.jpg; }


/******** rubrik 1 ***********/
h1 { font-family:  Arial ; }
h1 { font-weight:bold; }
h1 { color: #303030 ; }
h1 { font-size: 20px; }
h1 { text-transform:uppercase; }
h1 { text-align: left; }


/******** rubrik 2 ***********/
h2 { font-family:  Georgia ; }
h2 { font-size:18px; }
h2 { color: #303030 ; }
h2 { text-align:left; }
h2 { margin-top:10px; }
h2 { margin-bottom:10px; }
h2 { text-indent:0em; }


/******** rubrik 3 ***********/
h3 { font-family:  Georgia ; }
h3 { text-indent:0em }
h3 { font-size: 16px ; }
h3 { color: #303030 ;}
h3 { margin-top:0px }
h3 { margin-bottom:0px }


/******** rubrik 4 ***********/
h4 { font-family:  Georgia ; }
h4 { font-size:14px; }
h4 { color:#303030; }
h4 { margin-top:0px }
h4 { margin-bottom:0px }
h4 { font-style: underline }


/******** rubrik 5 ***********/
h5 { font-family:  Georgia ; }
h5 { font-size:10px; }
h5 { color:#333333; }
h5 { margin-top:0px }
h5 { margin-bottom:0px }
h5 { font-style: italic }

/************ DELAR **************************/


/******** body bakgrund ***********/
body { background-image: url(bakgrund.jpg) }
body { scrollbar-track-color: #FFFFFF }
body { scrollbar-base-color: #FFFFFF }
body { scrollbar: none; }
body { background-repeat: repeat }



/*********** bilder **************/
image {border: 0px solid red}



/******** marginaler *************/
body { margin-top:0px }
body { margin-right:2em }
body { margin-bottom:0em }
body { margin-left:20px } 


/*********** länkar **************/
A:link { color: blue }
A:link { text-decoration:underline }

A:visited{ color:grey; }
A:visited{ text-decoration:none }

A:border {none}
A:hover{ text-decoration: underline }
A:hover{ border:2px }



/******** text inom P ***********/
p { margin-left:5em }
p { color:#333333 }
p { text-align: left}





