﻿
/**********************************************************************************************


Apstyle.css
Jerre Hill


Stylesheet for atomic playground website






***********************************************************************************************/


@font-face {
    font-family: Chiller;
    font-style:  normal;
    font-weight: normal;
    src: url(CHILLER0.eot);
}




.style1 {color: #FFFF00}



.style2 {
font-family: Chiller; 
color: lime;
font-size: 32px;
}
.style10 {
	font-family: Chiller;
	font-size: 50px;
	color: #0033FF;
}
.style11 {
	font-family: Chiller;
	font-size: 18pt;
	color: lime;
}

.style12 {
font-family: Chiller;
color: #0033FF;
font-size: 32px;



}


.style1 {
	font-family: Chiller;
	font-size: 36px;
	color: #00FF00;
}
.style2 {
	font-family: Chiller;
	font-size: xx-large;
}
.style3 {
	font-family: Chiller;
	font-size: x-large;
	color: #00FF00;
}
.style4 {
	font-family: Chiller;
	color: #00FF00;
	font-size: xx-large;
}
.style13 {
	font-size: 36px
}













body
{
	
 background-color:Black;	
	
	
}
div
{
	text-align:center;
	margin:0 auto;width:740px;
	
}
div.inline
{
	
	 display:inline;
	
	
	
}

table 
{
table-layout: fixed;
text-align:center;

} 






.center
{ 
	
	 text-align:center;
	
	
	
	
	
}



p.frame
{
	
	
	display:block;
	border-style:ridge;
     border-width:thin;
	
	
 font-size:small;
	
	
}


p.fuchsia
{
	 display:block;
	border-style:ridge;
     border-width:thin;
	color:Fuchsia;
	
 font-size:small;	
	
	
}

h2
{
 color:Aqua;
 border-style:ridge;
 border-width:thin;
	
	
	
	
}

h3
{
	
	color:Blue;
	
	border-style:ridge;
 border-width:thin;
	
}


.border
{
	
 border-style:ridge;
 border-width:thin;	
	
	
	
	
}


p.greeninline
{
	display:inline;
	 text-align:center;
	 color:Lime;
	 
	
	
}

p.white
{
	display:inline;
	text-align:center;
	 color:White;
	
	
	
}
