/* This is the Web skills page which was validated from https://jigsaw.w3.org/css-validator/
on 23/05/23 by Toby Sriratanakoul */

body {  
   font-family:Arial, Helvetica, Verdana, sans-serif;
   font-size:125%; /*larger font for the body*/ 
   color:#ffffff;
}

/*remove background*/
.bg {
	background-image: none;
}

header {  
   font-size:150%;
   padding:1% 1% 1% 5%;
}

.h1 { 
    font-family: Georgia, 'Times New Roman', Palatino, serif;
    color:#ffffff;
    font-weight:lighter;
    height: 1px;
    background-color: transparent;
    font-style: normal;
    font-size: 200%;
    margin:auto;
    width:auto;
    height:auto;
    text-align: center;
    text-decoration: underline;
}

.h2 {  
   font-size:137.5%;
   font-style:oblique;
   text-align:center;
   font-weight:bold;
}

.h3	{  
   margin:2% 0%;
   font-size:95%;
   font-weight:bold;
}

/* remove navigation bar*/
nav { 
   float:left;
   width:12%;
   letter-spacing:0.15em;
   display:none;
}

footer {  
   font-size:50%;
   text-align:center;
   padding:10px;
   color:#ffffff;
   clear:both;
}
