
body{ background-color: white;} 

/* Title */
p { 
color: #00AAFF;
font-size: 24px;
font-style: normal;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
} 

p.small {
line-height: 10%;
}

p.pos_top {
top: -20px;
position: relative;
}

/* copyright */
p2 { 
color: #00AAFF;
font-size: 11px;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
}

/* text */
p3 {
color: #000000;
font-size: 15px;
font-style: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
}

/* text bold */
p3bold {
color: #000000;
font-size: 15px;
font-style: normal;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
}

/* Back Button */
pback {
color: #00AAFF;
font-size: 14px;
font-style: normal;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
}

p3.pos_top {
top:-20px;
position: relative;
}

/* left link*/
h2 {
color: #A9E8FC;
font-size: 18px;
font-style: normal;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
text-decoration: none;
} 


/* CLICKABLE */
/* 1st */
h2.pos_fixed1 {
position: absolute;
top: 150px;
left: 15px;
}

/* NON CLICKABLE */
/* 1st */
h2.pos_fixed11 {
color: #00AAFF;
position: absolute;
top: 150px;
left: 15px;
}

/* CLICKABLE */
/* 2nd*/
h2.pos_fixed2 {
position: absolute;
top: 180px;
left: 15px;
}

/* NON CLICKABLE */
/* 2nd */
h2.pos_fixed22 {
color: #00AAFF;
position: absolute;
top: 180px;
left: 15px;
}

/* CLICKABLE */
/* 3rd */
h2.pos_fixed3 {
position: absolute;
top: 210px;
left: 15px;
}

/* NON CLICKABLE */
/* 3rd */
h2.pos_fixed33 {
color: #00AAFF;
position: absolute;
top: 210px;
left: 15px;
}

/* CLICKABLE */
/* 4th */
h2.pos_fixed4 {
position: absolute;
top: 240px;
left: 15px;
}

/* NON CLICKABLE */
/* 4th */
h2.pos_fixed44 {
color: #00AAFF;
position: absolute;
top: 240px;
left: 15px;
}

/* CLICKABLE */
/* 5th */
h2.pos_fixed5 {
position: absolute;
top: 270px;
left: 15px;
}

/* NON CLICKABLE */
/* 5th */
h2.pos_fixed55 {
color: #00AAFF;
position: absolute;
top: 270px;
left: 15px;
}

/* CLICKABLE */
/* 6th */
h2.pos_fixed6 {
position: absolute;
top: 300px;
left: 15px;
}

/* NON CLICKABLE */
/* 6th */
h2.pos_fixed66 {
color: #00AAFF;
position: absolute;
top: 300px;
left: 15px;
}


/* index.html logo&links */
h1 {
color: #A9E8FC;
font-size: 18px;
font-style: normal;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
} 

/* index.html Link */
A:link {
text-decoration: none;
color: #A9E8FC;
}

A:visited {
text-decoration: none;
color: #A9E8FC;
}

A:active {
text-decoration: none;
color: #A9E8FC;
}

A:hover {
text-decoration: none; 
color: #00AAFF;
}

/* page */
h3 {
color: #A9E8FC;
font-size: 18px;
font-weight: 100;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
text-decoration: none;
down: -80px;
} 

h3.pos_top {
top:-20px;
position: relative;
}

/* page_chosen */
h3c {
color: #00AAFF;
font-size: 18px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
text-decoration: none;
} 
