/* Start of CMSMS style sheet 'h2fmain' */
h2 {
color:red;
font-size:28px;
font-family:"times new roman",arial,verdana;
text-decoration:none;
}

h3 {
color:red;
font-size:20px;
font-family:"times new roman",arial,verdana;
text-decoration:underline;
line-spacing:1em;
}

h4 {
color:red;
font-size:18px;
font-family:"times new roman",arial,verdana;
line-spacing:1.5em;
font-weight:none;
padding:2px;
}

h5 {
color:red;
font-size:16px;
font-family:"times new roman",arial,verdana;
text-decoration:none;
line-spacing:1em;
}

.Red-Text {
color:red;
font-family:"times new roman",arial,verdana;
font-size:110%;
text-decoration:none;
}

.AboutBrad {
color:red;
font-size:18px;
font-family:"times new roman",arial,verdana;
line-spacing:1.5em;
font-weight:none;
padding:2px;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 3px;
width: 100%;
text-align: left;
}

ul.Image-LIST {
list-style-image: url("http://www.hostingnz.net.nz/h2follow/uploads/images/graphics/HEART-abstract-sm.gif") 
}

li.menu {
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: -1px;
}

body {
   text-align: left;
   font-family:"times new roman",arial,verdana;
   font-size:110%;
   line-height: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   font-family:"times new roman",arial,verdana;
   color: red; 
}

a:visited {
   text-decoration: underline;
   font-family:"times new roman",arial,verdana;
   background-color: inherit;
   color: #18507C; /* a different color can be used for visited links */
}

.container {
width:850px;
background-color:#ffffff;
margin-left:25px;
}

.title1 {
float: left; 
width: 850px;
padding:0px 0px 10px 100px; /*padding always moves clockwise= top right bottom left*/
background-color:#ffffff;
}

.content1 {
width:600px;
border-left:6px solid red;
border-top:0px solid white;
border-bottom:0px solid white;
border-right:0px solid white;
float:right;
margin-left:30px;
padding-left:10px;
background-color:#ffffff;
}

.menu1 {
float: left; 
width: 200px;
background-color:#ffffff;
}

/* End of 'h2fmain' */

