/*
Theme Name: myMaker
Description: myMaker.eu Template
Author: Bernd Richter
Version: 1.0
Author URI: http://www.mymaker.eu
*/

body 
     {
      background: transparent;
      margin: 0;
      padding: 0;
      font-family: Verdana;
      font-size: 14px;
      color: #AFCDF6;
     }

h2
     {
      text-decoration: none;
      font-style: italic;
     }

h3
     {
      text-decoration: none;
      font-style: italic;
     }

a:link {color: #80B3F8; text-decoration: none;}      /* unvisited link */
a:visited {color:#80B3F8; text-decoration: none;}  /* visited link */
a:hover {color:#80B3F8; text-decoration: none;font-weight: bold;}  /* mouse over link */
a:active {color:#80B3F8; text-decoration: none;}  /* selected link */

.hosting
      {
        width: 64px;
        height: 64px;
        float: left;
        text-align: center;
      }

.text
      {
        width: 400px;
        height: 64px;
        margin: 0 10px 0;
        padding: 2px 0;
        text-align: left;
        float: left;
      }

