* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*general*/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, 
label, dl, fieldset, address {
	margin: 1em 0;
}
dd, blockquote, li {
	margin-left: 1em;
}
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}

/*general2*/


/* ----- HEADINGS ----- */
h1,h2,h3,h4,h5,h6{
	font-family: "Lucida Console","Monaco",fantasy;
}
h1 {
}
h2 {
}
h3{
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
	line-height: 1.4em;
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite {
}
blockquote cite{
}
q {
}

/* ----- CODE ----- */

p code{
}
pre code{
}
pre {
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
	margin: 1em 0 1em 1em ;
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
	border: none;
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a {
}

a:link {
}
a:hover, a:active, a:focus {
}
a:visited{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
	
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
	font-weight: bold;
}
dd {
}
/* ----- INFOMATION ----- */
address {
	font-style: normal;
	font-weight: bold;
}
acronym {
	border-bottom: 1pt dashed;
}
ins {
}
