a:link {text-decoration: none; color: white;}
a:visited {text-decoration: none; color: white;}
a:active {text-decoration: none; color: white;}
a:hover {text-decoration: underline; color: red;}

.heading {
	font-weight: normal; 
	font-size: 2.5em; 
	color: red; 
	padding-top: 1px;
	}
	
.heading2 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	color: green;
	}

.sections {
	font-size: 1.2em; 
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%; 
}	

.header {
    margin-right: 20px;
    vertical-align: middle;
    font-size: 40px;
    float: left;
    color: #ff0000; 
    text-align: center; 
    }
     
.icon {
   margin-left: 2%; 
   border-color: red; 
   border-style: solid;
   border-width: medium;
   }
   
 .box {
   font-family: times; 
   border-color: #ff0000; 
   border-style: solid; 
   border-width: medium;
   background-color: #ffcccc; 
   color: black; 
   }
   
div.pik1 {position: absolute;
	left: 1%;
	top: 150px;
	width: 20%;
	}
	
div.pik2 {position: absolute;
	left: 17%;
	top: 420px;
	width: 35%;
	}
	
div.pik3 {position: absolute;
	left: 30%;
	top: 150px;
	width: 37%;
	}

div.pik4 {position: absolute;
	left: 35%;
	top: 600px;
	width: 20%;
	}
	
