
body {
font-family: arial;
font-size: 10px;
}

h1 {
font-family: georgia;
}
h2 {
font-family: georgia;
}
h3 {
font-family: georgia;
}
h4 {
font-family: georgia;
}
h5 {
font-family: georgia;
}
h6 {
font-family: georgia;
}

/* KUPU CONTENT STYLES */

.image-left {
   float: left;
   clear: both;
}

.image-inline {
   float: none;
}

.image-right {
   float: right;
   clear: both;
}


table.plain td {
    border-width: 1px;
    border-style: solid;
    border-color: black;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;	
}

table.listing {
    border-width: 0px;
}

table.listing td {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

table.listing th {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: gray;
    color: white;
}

table.grid {
    border-width: 0px;
}

table.grid td {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

table.grid th {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

table.data {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

table.data td {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

table.data th {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

.repeatable {
    background-color: pink;
}
