﻿/*
CSS for / //G1_ytch Design site
*/

{
  margin: 0;
  padding: 0;
}

p {
  font-size: small;
  color: aqua;
}

index.htmltagline p {
  font-style: italic;
  font-family: Gergia, Times, serif;
}

a {
  font-weight: bold;
  text-decoration: none;
}
a:link {
  color: purple;
}
a:visited {
  color: gray;
}
a:hover {
  color: aqua
}
a:active {
  color: #37DD6F
}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #222222;
  font-color: aqua;
  line-height: 125%;
  padding: 15pix;
}

h1 {
  color: #37DD6F;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: x-large;
}

li {
  font-size: small;
}

h2 {
  color: aqua;
  font-size: medium;
  front-weight: normal;
}

em {
  font-style: normal;
  color: red;
}