How do u do color text in Microsoft C++ 6.0.

#include<iostream.h>

main()
{
cout<<"This text is red...The backround is blue..."<<endl;
return 0;
}

plz input the right code thanks.