*{
	font-family:arial;
	font-size:11px;
}
body{
	margin:0px;
	background-color:#f0f0f0;
}
#background{
	background-color:#f0f0f0;
}
#head{
	padding:15px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}
#menu a{
	padding:5px;
}
b.header{
	font-size:14px;
	color:#000000;
}
b.heading{
	font-size:12px;
	color:#000000;
}
a{
	font-size:14px;
	color:#000000;
}
a:hover{
	font-size:14px;
	color:#ff0000;
}

div.canvas{
	border:2px solid white;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px; 
    padding:10px;
    margin:10px;
	background-image:url(images/border.png);
}
div.line{
	border:2px solid silver;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px; 
    padding:5px;
    margin:5px;
    background-color:white;
}