/*
	Author: 	3ICE
	Credits:	Modified Freewebs' Bubbles Template CSS
	License:	Not licensed
	Made in:	Notepad++
	Creation:	2 minutes
	Validated:	Yes W3C.org Valid CSS information
*/


html {
background : #00a0f0;
}

body {
margin : 20px;
min-width : 760px;
min-height : 100%;
padding : 0 0 100px 0;
background-position : 0 115px;
/*font-size : 1.1em;*/
font-family : "lucida sans unicode", "lucida sans", arial;
color : #fff;
}

a {
text-decoration : none;
color : #19cce4;
}

a:hover, a:visited:hover {
text-decoration : underline;
}

a:visited {
color : #a3ebf4;
}

/* Cool DHTML tooltip script */
#t{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: yellow;
visibility: hidden;
z-index: 100;
}

