/*-----------------------------------------------------------------------------------------
Stylesheet controlling font-size and face
Version: 1
Email: hannah@ntsols.com
Website: http://www.ntsols.com
------------------------------------------------------------------------------------------*/

body	{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 62.5%;
line-height: 200%
}

div	{
font-size: 1.3em;
}

h1, h2	{
font-size: 1.3em
}

div div, h3	{
font-size: 1em;
}

div#footer	{
font-size: 1.1em;
}



p#phone 
{
    font-size: 1.1em
}


