#!/usr/local/bin/php
<?php header('Content-type: text/css') ?>

body { 
  font-size: 12pt;  
  margin-right: 2em;
  margin-left: 1em;
}

h1 {
  font-family: sans-serif;
}

p { 
  text-indent: 1em;
  text-align: justify;
}

form label { 
  font-family: sans-serif;
}

.required { 
  font-weight: bold;  
}

input[type=text] { 
  width: 20em;
  font-size: 12pt;
  font-family: sans-serif;  
}

textarea { 
  width: 20em;
  height: 6ex;  
  font-size: 12pt;  
  font-family: sans-serif;  
}

form {
  background-color: #EEEEEE;
  width: auto;
  margin-left: 1em;  
  margin-top: 1ex;
  margin-bottom: 1ex;
  border: 1px solid black;
  padding: 0.3em;
  clear: both;
}

div.details { 
  background-color: #EEEEEE;
  border: 1px solid black;
  padding: 0.3em;  
}

div.datablock {
  margin-bottom: 2ex;  
}

div.title {
  font-family: sans-serif;
  font-weight: bold;
}

div.content {
  font-family: sans-serif;
  margin-left: 1em;
  font-weight: normal;  
}

div.block {
  width: 400px;
  float: left;
  margin-right: 10px;
}

table.subscriberlist { 
  border-collapse: collapse;
  border: 1px solid black;
  padding: 1em;
}

table.subscriberlist th, table.subscriberlist tr, table.subscriberlist td { 
  border-collapse: collapse;
  border: 1px solid black;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1ex;
  padding-bottom: 1ex;  
}

table.subscriberlist th {
  background-color: #EEEEEE;
}
