@import url("https://secure.mydigitalspacelive.com/site/908/styleSheet_structure.css");
@import url("https://secure.mydigitalspacelive.com/site/908/styleSheet_navigation.css");

/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.6em;
line-height:120%;
color: #333;
background-color: #5b584e;
padding: 0;
margin: 100px 0 0 0;
}

.clear {
clear:both;
}

p {margin:7px 0;
}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
a:link, a:visited, a:Active          { 
color: #be911f; 
text-decoration : none; 
}
a:Hover    {
color: #000;
text-decoration : underline;
}

/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {
font-family: Arial, Helvetica, sans-serif;
}


textarea {
font-family: Arial, Helvetica, sans-serif;
}

select {
font-family: Arial, Helvetica, sans-serif;
}

/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
border: none 0;
border-top: 1px solid #999999;
width: 100%;
height: 1px;
}


ol {
}

ul{
}

li {
list-style:square;
}



