/*--------------------------------
Master Style Sheet
Version 1.0
--------------------------------*/
@import url("layout.css");

/* -Global
-------------------------------*/

body{ background:#fff url(../images/bg.jpg); color:#505050; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 1.8em; }

.clear{clear:both;}

/* -Links
-------------------------------*/
/*a:link{ color:#666666; }
a:visited{	color:#666666;	text-decoration: none;}
a:active{color:#505050;} */
