
body {
    background-color: #D3D3D3;
}

h1 {
    color: Blue;
	font-size: 40px;
	text-align: left;
} 

p {
     font-family: "Times New Roman";
     font-size: 20px;
}

pre {     
	 font-family: "Times New Roman";
     font-size: 20px;
}

/*  --------------------------------------------------
    :: Button Configuration
    -------------------------------------------------- */
button {
    display:block; /* change this from inline-block */
    width:15%;     /* setting the width */
    margin:0 auto; /* this will center  it */
    font-style:normal;
    font-weight:normal;
    font-family:"Open Sans";
    font-size:16px;
    outline:none;
    color:#000000;
    border:none;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color:#37FDFC;
    border-style:ridge;
}
#button1{
    display:block; /* change this from inline-block */
    width:15%;     /* setting the width */
    margin:0 auto; /* this will center  it */
    font-style:normal;
    font-weight:normal;
    font-family:"Open Sans";
    font-size:16px;
    outline:none;
    color:#000000;
    border:none;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color: Orange;
    border-style:ridge;
}

#button2{
    display:block; /* change this from inline-block */
    width:15%;     /* setting the width */
    margin:0 auto; /* this will center  it */
    font-style:normal;
    font-weight:normal;
    font-family:"Open Sans";
    font-size:16px;
    outline:none;
    color:#000000;
    border:none;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    background-color: Orange;
    border-style:ridge;
    float:left
}

.clearFloat { clear: both; }