﻿body {
	background-image: url('images/money-back.jpg');
	background-attachment: fixed;
}
a:hover {
	color: red;
	text-decoration: underline;
	background-color: #6495ed;
	
}
/*fonts*/
.leftmenu {
	font-family: arial;
	text-align: left;
	font-size: 12px;
	background-color: #FFFF66;
	line-height: 200%;
	padding-left: 10px;
}
.bottommenu {
	font-family: "arial";
	text-align: center;
	font-size: 10px;
	background-color: white;
	border: 1px solid green;
}
/*bullets*/
ul {
	list-style-type: square;
}
li {
	font-family: "Trebuchet MS";
}
li {
	font-size: 12px;
}

