BODY 
{
background-image: url(images/background.jpg);
text-align: center;
A:active { color: blue; text-decoration; }
A:hover { color: blue; text-decoration: none; }
}

h2																												/* subtitle, cartoon title */
{
font-size: 14pt;
color: black;
}

h3																												/* about categories */
{
font-size: 14pt;
color: black;
}

h1																												/* site footer */
{
font-size: 8pt;
}

p																												/* for text in archive and about div */
{
text-indent: 20px;
}

.all																											/* the big div, 1 frame cartoon */
{
margin: 0 auto;
border: 5px black solid;
height: 1580px; width: 800px;
background-color: white; 
}

.all2																											/* the big div, 2 frame cartoon */
{
margin: 0 auto;
border: 5px black solid;
height: 2100px; width: 800px;
background-color: white; 
}

.all3																											/* the big div, 3 frame cartoon */
{
margin: 0 auto;
border: 5px black solid;
height: 2700px; width: 800px;
background-color: white; 
}

.all4																											/* the big div, 3 frame cartoon */
{
margin: 0 auto;
border: 5px black solid;
height: 3300px; width: 800px;
background-color: white; 
}

.all5																											/* the big div, 5 frame cartoon */
{
margin: 0 auto;
border: 5px black solid;
height: 3750px; width: 800px;
background-color: white; 
}

.all6																											/* the big div, 6 frame cartoon */
{
margin: 0 auto;
border: 5px black solid;
height: 4200px; width: 800px;
background-color: white; 
}

.subtitle																									/* cartoon title div class */
{
margin: 0 auto;
border: 3px black solid;
height: 50px; width: 440px;
background-color: white; 
}

.archive																										/* archive in place of cartoon div class */
{
margin: 0 auto;
height: 2000px; width: 700px;
border: 4px black solid;
text-align: left;
}

.about																										/* about in place of cartoon div class */
{
padding: 8px;
margin: 0 auto;
height: 1400px; width: 700px;
border: 4px black solid;
text-align: left;
}

.ohnorobot																									/* ohnorobot search div class */
{
margin: 0 auto;
height: 60px; width: 520px;
}






