/*
Words With Friends Helper
Cheating tool for the popular mobile game!

Karl Glasgow
code@keg4.com

Copyright 2012, All Rights Reserved.
*/

body {
}

h1 {
    margin: 0px auto;
    text-align: center;
}
h2 {
    margin: 0px;
}
h3 {
    margin: 15px auto;
    text-align: center;
}

div.Solve {
    margin: 10px;
    background: #CCFFCC;
    padding: 10px;
}
div.Solve h2 {
    color: #669966;
}

div.Create {
    margin: 10px;
    background: #CCCCFF;
    padding: 10px;
}
div.Create h2 {
    color: #666699;
}

ul {
    margin: 10px auto;
    width: 200px;
    text-align: left;
}
ul li {
    text-transform: capitalize;
}

