#first_tag{
	color:red;
	font-size: 50px;
	font-weigth: bold;
	}
.class_tag{
	color:green;
	}
#third_tag{
	color:blue;
	}
#forth_tag{
  color:grey;
  }
#span_tag{
	font-size: 30px;
	font-family:arial;
	font-weight: bold;
	color: #dd2244;
	}
