body{
  font-family: "myriad-roman","arial";
}

.inlineHeading{
  font-weight:bold;
  font-family: "Arial";
}

.redheading{ /*red headings for the lan pages*/
  position:absolute;
  top:50px;
  left:260px;
  color:red;
  font-family: "arial";
  font-weight:bold;
  font-size:17pt;
}


/*welcome page*/

#potw{ /*pic of the week*/
  width:550px;
  padding:10px;
  border:5px solid black;
}


/*team demon page*/

#teampic{
  width: 600px;
}

.tdHeading{
  font-weight:bold;
}


/*next lan page*/

#nextlantext{
  font-size:17pt;
  font-weight:bold;
}


/*alienware page*/

.alien{
  font-size:16pt;
}


/*social page*/

.social{
  font-size:23pt;
}

/*media pages*/

.mediaThumb img{
  width:200px;
  height:120px;
}