/*  Begin CSS stylesheet file header
   Nicola Elvin u0166310 CIT2318 task 2b Website development
    ***************************************************************************
    Title   CSS Colour file
      
    Version Date        Author      Comment
    0.1     10/4/10     N Elvin     Controls the type of all the html elements,
                                    apart from h1 which is specified in sifr/css/sifr.css
                                        
    ***************************************************************************
    End CSS stylesheet file header */
body{
    font-size:9pt;
    font-family:"Century Gothic", Arial ,Helvetica, sans-serif;

}

.navigation-menu>li>a{
    text-decoration:none;
}

.navigation-menu>li{

    font-size:13pt;
    letter-spacing:-1px;
     list-style:none;
}

h2{
    font-size:40pt;
    font-weight:normal;
    letter-spacing:-2px;
    line-height:91px;
    margin-top:10px;
    margin-right:74px;
    font-style:italic;
    margin-bottom:0px;
    
}
h3{
    font-size:26pt;
    font-weight:normal;
    letter-spacing:-2px;
    margin-top:17px;
}
h3#contact{
    padding-left: 66px;
}
    
.list-of-work{
    list-style:none;
}



.comments>h3{
    font-size:16pt;
    letter-spacing:normal;
   text-align:right;
   font-weight:normal;
   margin-top:0px;
    
    
    
}
blockquote{
    
}
.date{
    font-size:8pt;
    text-align:right;
    font-style:italic;

}
ul{
       list-style:none;
}

/*following class, example of meaningful class names*/
cite{
    font-weight:bold;
    font-size:10pt;
}
form>ul>li>input,
form>ul>li>textarea{
    font-family:"century gothic";
    font-size:9pt;
}

form>p{
   font-size:15pt;
   padding:5px;
   
}
address{
    font-style:normal;
    text-align:right;
    font-size:10pt;
}


