* {
  font-size: small;
  font-family :verdana;
}

body {
  background-color: #ccccff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

a,a:visited {
  background-color: transparent;
  color: blue;
  text-decoration: none;
}

a:hover {
  background-color: #ccccff;
}

h2 {
  font-size: x-large;
}

.smlivecam {
  margin: 1px 0px 0px 1px;
  padding: 0px 0px 0px 0px;
  border: 2px solid black;
  width: 256;
  height: 192;
}


.smlivecamnosz {
  margin: 1px 0px 0px 1px;
  padding: 0px 0px 0px 0px;
  border: 2px solid black;
}

.lglivecam {
  margin: 1px 0px 0px 1px;
  padding: 0px 0px 0px 0px;
  border: 2px solid black;
}

.thumbnail {
  margin: 1px 1px 1px 1px;
  padding: 0px 0px 0px 0px;
  border: 2px solid black;
}


.menuitem {
  width: 100px;
  color: black;
  border: 0px solid red;
  background-color: #9999ee;
  margin: 0px;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 5px;

}

#pagetitle {
  font-family: times;
  font-size: 3em;
}

#header {
  background-color: #8888dd;
  position: relative;
  left: 0;
  top: 0;
  height: 40px;
  width: 100%;
}

.tableheader {
  background-color: #8888dd;
}

.tablerow {
  background-color: #aaaaff;
}


#menu {
  background-color: #aaaaff;
  position: relative;
  left: 0;
  top: 0;
  height: 20px;
  width: 100%;
}

#content {
  background-color: #ccccff;
  position: relative;
  left: 0;
  top: 0;
  height: 90%;
  width: 100%;
}

