/* CSS - STYLE FOR PUREGOA.ORG
/* v.1 - based on pg4 style
/* (c)2006 PUREGOA.COM, PUREGOA.ORG, PUREGOA.DE
/* Author: Janbo PureGoa - janbo(at)puregoa(dot)org
*/

/* COLORS - FARBEN
     #000000 . schwarz 			. hintergrund
	 #9999FF . violett medium 	. text
	 #CCCCFF . violett hell 	. link
	 #00FFFF . cyan blau 		. link:hover
*/

/* BODY */
body {  
      font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-size: 12px; 
      text-align: right; 
	  text-decoration: none;
	  color: #9999FF ; 
 	  background-color: #000000; 
	  cursor: auto; 
	  border-style: none; 
     }


/* LINKS */
a {  text-decoration: none; color: #CCCCFF; }
a:link {  color: #CCCCFF ; text-decoration: underline; }
a:hover {  color:#00FFFF ; text-decoration: underline; }
a:visited {  text-decoration: none; }


/* TEXT CONTENT headlines */
h1 {  font-size: 20px; font-weight: bold; text-transform: capitalize; text-align: center; }
h2 {  font-size: 16px; font-weight: bold; text-transform: capitalize; text-align: center; }
h3 {  font-size: 14px; font-weight: bold; text-transform: capitalize; }
h4 {  font-size: 12px; font-weight: bold; text-transform: capitalize; }

.hpink16 { font-size:16px; font-weight:bold; text-transform:capitalize; text-align:center; color:#FF00FF; letter-spacing:1px;
}
.hpink14 { font-size:14px; font-weight:bold; text-transform:capitalize; text-align:center; color:#FF00FF; letter-spacing:1px;
}
.hpink12 { font-size:12px; font-weight:bold; text-transform:capitalize; text-align:center; color:#FF00FF; letter-spacing:1px;
}
td.hpink12 { background-image:url(_gfx/td_violett.gif); } 
td.hpink122link { background-image:url(_gfx/td_violett.gif); }

/* TABLE of CONTENTS @ STARTSEITE */ 
table.table400 { width:400px; padding:2px; margin:2px; // startseiten logo hat 400px 
} 
table.table420 { width:420px; padding:2px; margin:2px; // startseiten content tables pg.o v.1.x
}
table.table450 { width:450px; padding:2px; margin:2px; 
}


/* TEXT CONTENT various*/
tr, td, ul, ol, li { 
      font-size: 12px; 
      font-family: Verdana, Arial, Helvetica, sans-serif; 
      color: #9999FF;
      text-decoration:none;
     }

.partydate {  color: #00FF00; }
.partyname {  font-weight: bold; color: #FFFF00; text-decoration: underline; }
.partyzone { font-weight: bold; color: #CCCCFF; }
.updated {  font-size: 9px; color: #9999FF; text-decoration: none; }
.youareon {letter-spacing:1px; color:#FFCC00; font-size:12px; }

a.partydate:hover { color: #00FFFF; text-decoration: underline; }
a.partydate:link { color: #00FF00; text-decoration: underline; }


/* HTML TAGs*/
hr {  color: #9999FF; noshade; }
img {  border-style: none; }

