/* CSS Document */
td {
font-family: Tahoma ; font-size: 10pt;
}

a:link{
color: 0000ff; text-decoration: none;
} 

A:visited {
color: 0000ff; text-decoration: none;
}

A:hover {
color: ff0000; text-decoration: none;
}

A.book{
color: ffffff; text-decoration: none;
} 

body, select,input, textarea {
font-family: 'Arial'; font-size: 12px; color: #000000;
}

body {
margin-top: 0;
}

html,body {
overflow-x:hidden;
}

/* Link: Menu */
a.white:link {
	color: #FFFFFF; text-decoration: none;
}
a.white:active {
	color: #FFFFFF; text-decoration: none;
}
a.white:visited {
	color: #FFFFFF; text-decoration: none;
}
a.white:hover {
	color: #FF0000; text-decoration: none;
}