/*
    Basic HTML styles
    (e.g. A, IMG, P, H1, etc.)
*/

html {
    height: 100%;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1em;
    font-weight: normal;
    font-weight: bold;
}

p {
    margin: .4em 0 .8em 0;
    padding: 0;
}

img {
    border: None;
}
table {
    border-collapse: collapse;
}

.hidden {
    display: none !important;
}

form {
    margin: 0;
}

a:link,
.clickable
{
    color: #047EC9;
    text-decoration: none; /* design/marketing explicit self-foot-shooting decision */
}

a:visited,
.clickable
{
    color: #624699;
    text-decoration: none; /* design/marketing explicit self-foot-shooting decision */
}

a:hover,
a:active,
.clickable:hover
{
        text-decoration: underline;
}

.CSS {
	margin: 10px;
	padding:10px;
	border:1px solid #eeeeee;
	width:95%;
	height:500px;
	overflow:auto;
	font-size:85%;
	}
