
@import url("lib_main.css");

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

body {
line-height: 19px;
font-size: 13px;
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_larger{height:70px; width:47px; background:url(images/larger_on.gif) no-repeat; float:left;}
.font_larger:hover{background:url(images/larger_on.gif) no-repeat;}
