﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('images/page-background.jpg');
	background-repeat:repeat-x
}
p {
	padding-left:20px;
	padding-right:20px;
	font-size: 15px;
	color: #282265;
	font-weight:600;
	line-height: 1.4
}
.heading {
	font-size: 24px;
	font-weight:bold;
	line-height: 1
}
.heading2 {
    font-size: 20px;
    font-weight:bold;
    color:black
}

.heading3 {
    font-size: 18px;
    font-weight:bold;
}

a {
	color: #160b5a;
}
img.floatRight { 
    float: right; 
    margin: 4px;     
}
ul {
	color: #160b5a;
	font-size:13px;
	font-weight:600;
}
