/* kitty.css - Basic style sheet for Hello Kitty    */
/* Last update - 140903                   */

body {
font-family: Arial, Helvetica, Verdana, san-serif;
color: white;
background-color: blue;
}

h1, h2, h3, h4 {
color: #ffffff;
background-color: blue;
font-family: "Arial Black", Arial, Helvetica, Verdana, san-serif;
text-align: center;
font-style: italic;
}

p {
text-align: justify;
font-weight: 700
}

.left {
text-align: left;
}

.right {
text-align: right;
}

ol {
text-align: justify;
}

.text {
color: black;
background-color: #ffffff;
font-family: Arial, Helvetica, Verdana, san-serif;
text-align: justify;
width: 500px;
padding: 0px 5px;
}

.center {
text-align: center;
}

.link {
color: blue;
background-color: lime;
font-family: Arial, Helvetica, Verdana, san-serif;
font-variant: small-caps;
font-weight: 700;
font-size: normal;
text-align: center;
line-height: 80%;
}

a {
color: #00ffcc;
text-decoration: none;
}

a:hover {
color: blue;
background-color: #ffffff;
}
