a { color:deepskyblue; font-size:120%; }

.Important {
    color:red;
    font-size:300%;
    font-family:Arial Black;
}

.Box {
position: relative;
padding: 10px;
border: 20px double green;
margin: auto;
max-width: 236px;
}

/*Chat Page */

#chat {
    background-image: url("images/Background 3.png");
    text-align: center; 
} 

#chat2 {
    background-image: url("images/Background 3.jpg");
    text-align: center; 
} 

#userInput, .P200, #un { font-size: 200%; }

.Button  {
    font-size:200%;
    background:#00FF00;
}

.ButtonTwo  {
    font-size:200%;
    background:red;
}

.chat {
    text-align: left;
    color:purple;
    font-size:200%;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    position: relative;
    padding: 10px;
    border: 10px outset Darkblue;
    margin: auto;
}

/* Test Page */

.Button2  {
    font-size:100%;
    background:#00FF00;
}

#width, #height, .P100 { font-size: 100%;}
.Test {
    background-image: url("images/Black.png");
}
.P50 { font-size: 50%;}

/* Draw1 Page */

.draw {
color:darkcyan;
font-size:200%;
font-family:Comic Sans MS;
}

/* Page 2 */

h1 {
color:yellow;
text-align:center;
font-size:260%;
}

#Page21 {
color:blue;
font-size:160%;
font-family:Comic Sans MS;
}

#Page22 {
background:darkblue;
text-align:center;
}

/* Main Page */

#Title, .Title{
color:DarkOrange;
text-align:center;
font-size:260%;
}

#Format-Green, .Format-Green {
text-align:center;
background-image: url("images/Black.png");
/*background:black;*/
}

#Subtitle, .Subtitle {
color:red;
font-size:160%;
font-family:Comic Sans MS;
}

#StandOut, .StandOut {
    color:orange;
    font-size:190%;
}

#Info, .Info {
color:#C6F;
font-size:85%;
font-family:Arial Black;
}

#Bright-Bold, .Bright-Bold {
color:gold;
font-size:200%;
}

#Clock {
  position: absolute;
padding: 10px;
border: 10px solid blue;
margin: auto;
width: 130px;
max-width: 130px;
color:red;
font-family:"Arial Black", Gadget, sans-serif;
background-color:Black;
}