
@import url("lib_main.css");



html{
padding:0px;
margin:0px;
}

body {
line-height: 23px;
font-size: 16px;
font-family: "Trebuchet MS", "Lucida Grande", Arial;
background-color:#b2cccc;
background-image:url(images/background_test.png);
background-repeat:repeat-x;
background-position:center;
background-attachment:fixed;
text-align:center;
margin:0px;
padding:0px;
}


.font_normal{height:70px; width:48px; background:url(images/normal.gif) no-repeat; float:left;}
.font_largest{height:70px; width:47px; background:url(images/largest_on.gif) no-repeat; float:left;}
.font_largest:hover{background:url(images/largest_on.gif) no-repeat;}
