body {
margin:10px;
background:url(images/pink.jpg) no-repeat fixed right bottom;
font-family:verdana;
font-size:12px;
color:#ff3399;
}
#nav
{
font-size:85%;
color:#ff3366;
margin:0 10px -12px 0;
border:0px;
float:right;
}
#nav a {
text-decoration:none
}
#nav a:hover {
letter-spacing:1px;
color:#000000;
}
#title {
margin:0 auto 0 auto;
margin-bottom:20px;
font-variant:small-caps;
background:url(images/head.jpg) no-repeat center bottom;
font-family:Geneva, Arial, Helvetica, sans-serif;
letter-spacing:1px;
font-size:200%;
text-align:center;
}
h3 {
	font-family:Verdana;
	text-align:center;
	font-size:100%;
	color:#ff3366;
	border-bottom:1px dashed #ff99cc;
}
a {
	color:#ff6699;
}

a:hover {
	text-decoration:none;
}
#window {
width:740px;
margin:0 auto 0 auto;
}

#panel {
width:200px;
float:right;
}
#panel h1 {
	font-family:Verdana;
	text-align:center;
	font-size:125%;
	color:#ff3366;
	border-bottom:0px dashed #ff99cc;
}

#panel p {
text-align:justify;
font-size:90%;
line-height:20px;
}
#panel a {
text-decoration:none;
line-height:20px;
}
#panel a:hover {
background:url(images/head.jpg) repeat-x;
/*
background-color:#ffccff;*/
letter-spacing:3px;
color:#000000;
}
#content {
width:500px;
margin-right:200px;
color: #000000;
border-right:2px dashed #ff99cc;
padding:15px;
} 

#content h1 {
	font-family:Trebuchet MS, Arial, Verdana;
	text-align:left;
	font-size:150%;
	color:#ff3366;
	border-bottom:1px dashed #ff99cc;
}

#content p {
	line-height:25px;
	text-indent:1px;
	text-align:justify;
}

#content li{
text-indent:2em;
line-height:1.5em;
list-style-image:url(images/li.jpg);
}

#footer
{
margin:5px auto 0 auto;
border-top:2px dashed #ff99cc;
width:400px;
font-size:75%;
text-align:center;

}

#footer a {
text-decoration:none;
color:#ff3366;
}

#footer a:hover{
letter-spacing:0.1em;
color:#FF0000;

}
.blink_text {
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;

-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;

 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;

 color: red;
}

@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }