/* Elements */

/* Fonts - change 'sans-serif' to your preferred font */
address, body, caption, center, div, dl, dt, form, h1, h2, h3, h4, h5, h6, p, td, th, ul {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif
}

/* Real styles */
/* a */
a {
	cursor: pointer; 
}
a:link {
	color: blue;
	background: transparent;
	text-decoration: none
}
a:visited {
	/*color: red;*/
	background: transparent;
	text-decoration: none
}
a:active {
	color: green;
	background: transparent;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

caption { 
	line-height: 1
}

/* head */
h1 {
	margin: 0em 0% 0em 0%;
	font: 1em/1 serif
}
h2 {
	margin: 0em 0% 0em 0%;
	font: 1em/1 serif
}
h3 {
	margin: 0em 0% 0em 0%;
	font: 1em/1 serif
}
h4 {
	margin: 0em 0% 0em 0%;
	font: 1em/1 serif
}
H5 {
	margin: 0em 0% 0em 0%;
	font: 1em/1 serif
}
h6 {
	margin: 0em 0% 0em 0%;
	font: 1em/1 serif
}

hr {
	margin: 0em 0% 0em 0%
}

input {
	cursor: auto
}

pre {
	margin: 0em 0% 0em 0%;
	font: 1em/1 monospace
}

samp {
	font: 1em monospace
}

small {
	font-size: 1em
}

sub {
	font-size: 1em
}

sup {
	font-size: 1em
}

textarea {
	cursor: text
}

th {
	font: bold 1em/1 sans-serif
}

tt {
	font: 1em monospace
}

ul {
	list-style: circle
}

div {
	font-size: 0.6em;
	color: white
}

/* my classes */
.log {
	font: 0.8em/1 serif
}
/* Section header */
.section_header {
	font: bold 1em/1 sans-serif
}
/* section description */
.section_desc {
	/*font: 0.8em/1 Verdana, Arial, sans-serif*/
	font-size: 0.9em
}
/* important section description */
.section_desc1 {
	font: bold 1em/1 sans-serif
}
/* section description */
.table_font {
	/*font: 0.7em/1 Verdana, Arial, sans-serif*/
	font-size: 0.8em
}
/* menu */
.menu {
	font: bold 0.9em/1 sans-serif
}
/*td[height="14"] { border: 10px solid yellow }*/

