@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #000000;
}
body {
	background-color: #ccccff;
}

.style2 {font-family: Arial, Helvetica, sans-serif}

.style21 {font-size: x-small}

.main_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	}
	
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.yellow {
	color: #FF9;
	text-align: center;
	}
	
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	}

.center {
	text-align: center;
}

@media screen and (max-width: 399px) {
  .photobad {
    content:url("images/dot.jpg");
  }
    .photo {
    max-width: 100%;
    height: auto;
    width: auto\9;
  }
}

@media screen and (min-width: 400px) {
  .photo {
    max-width: 100%;
    height: auto;
    width: auto\9;
  }
}

